Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CommonUI / System / Drawing / Advanced / PropertyItem.cs / 1 / PropertyItem.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Runtime.InteropServices; using System; using System.Drawing; // sdkinc\imaging.h ////// /// Encapsulates a metadata property to be /// included in an image file. /// public sealed class PropertyItem { int id; int len; short type; byte[] value; internal PropertyItem() { } ////// /// Represents the ID of the property. /// public int Id { get { return id; } set { id = value; } } ////// /// Represents the length of the property. /// public int Len { get { return len; } set { len = value; } } ////// /// Represents the type of the property. /// public short Type { get { return type; } set { type = value; } } ////// /// Contains the property value. /// public byte[] Value { get { return this.value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Runtime.InteropServices; using System; using System.Drawing; // sdkinc\imaging.h ////// /// Encapsulates a metadata property to be /// included in an image file. /// public sealed class PropertyItem { int id; int len; short type; byte[] value; internal PropertyItem() { } ////// /// Represents the ID of the property. /// public int Id { get { return id; } set { id = value; } } ////// /// Represents the length of the property. /// public int Len { get { return len; } set { len = value; } } ////// /// Represents the type of the property. /// public short Type { get { return type; } set { type = value; } } ////// /// Contains the property value. /// public byte[] Value { get { return this.value; } set { this.value = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SoapServerMessage.cs
- TypeConstant.cs
- LogEntryDeserializer.cs
- IndependentlyAnimatedPropertyMetadata.cs
- SamlSecurityToken.cs
- WorkBatch.cs
- DbConnectionFactory.cs
- TraceHandlerErrorFormatter.cs
- DataGridPageChangedEventArgs.cs
- AutoResetEvent.cs
- DefaultExpression.cs
- X509Certificate.cs
- DataGridViewColumnHeaderCell.cs
- WaitHandleCannotBeOpenedException.cs
- DesignerActionUIService.cs
- HMACRIPEMD160.cs
- RuntimeResourceSet.cs
- SystemException.cs
- BindingGroup.cs
- ResourceCollectionInfo.cs
- Formatter.cs
- _UriTypeConverter.cs
- EasingQuaternionKeyFrame.cs
- UserInitiatedNavigationPermission.cs
- MemoryStream.cs
- UnionCqlBlock.cs
- basenumberconverter.cs
- PLINQETWProvider.cs
- IPEndPoint.cs
- WebSysDisplayNameAttribute.cs
- UseAttributeSetsAction.cs
- CodePropertyReferenceExpression.cs
- IdnMapping.cs
- AssociationEndMember.cs
- DependentList.cs
- PackagePartCollection.cs
- WebSysDescriptionAttribute.cs
- RectAnimationUsingKeyFrames.cs
- XmlIncludeAttribute.cs
- InertiaExpansionBehavior.cs
- LiteralControl.cs
- ByteBufferPool.cs
- SafeArrayTypeMismatchException.cs
- DataControlReference.cs
- CellConstant.cs
- SymbolPair.cs
- HtmlHead.cs
- MediaSystem.cs
- PropertyChangedEventManager.cs
- TextParagraphView.cs
- ToolStripDropDownClosingEventArgs.cs
- GeneralTransformGroup.cs
- InputScopeAttribute.cs
- shaperfactory.cs
- NodeFunctions.cs
- ButtonFieldBase.cs
- PieceDirectory.cs
- PenCursorManager.cs
- PartialTrustVisibleAssemblyCollection.cs
- TreeNodeClickEventArgs.cs
- RuntimeIdentifierPropertyAttribute.cs
- WebEventCodes.cs
- MouseWheelEventArgs.cs
- RunWorkerCompletedEventArgs.cs
- OciHandle.cs
- EditingCommands.cs
- StringCollection.cs
- _HeaderInfo.cs
- HtmlEncodedRawTextWriter.cs
- ClientData.cs
- XmlAtomicValue.cs
- ColumnBinding.cs
- DesignerVerbCollection.cs
- Window.cs
- UIElementPropertyUndoUnit.cs
- DictionaryContent.cs
- BitmapEffectOutputConnector.cs
- HttpNamespaceReservationInstallComponent.cs
- TypeBrowser.xaml.cs
- ResolveNextArgumentWorkItem.cs
- metadatamappinghashervisitor.cs
- TrackingDataItemValue.cs
- ReadingWritingEntityEventArgs.cs
- QilTypeChecker.cs
- XmlSchemaCompilationSettings.cs
- AssertSection.cs
- PrincipalPermission.cs
- BaseDataListPage.cs
- ServiceMetadataExtension.cs
- ToolStripContentPanelRenderEventArgs.cs
- ListBindingConverter.cs
- ExtentCqlBlock.cs
- NetTcpBinding.cs
- DataGridRowHeaderAutomationPeer.cs
- ConfigurationValues.cs
- PreDigestedSignedInfo.cs
- AsyncStreamReader.cs
- InkCanvasSelectionAdorner.cs
- Camera.cs
- ScriptReferenceBase.cs