Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- MULTI_QI.cs
- WarningException.cs
- XmlSigningNodeWriter.cs
- ObjectSpanRewriter.cs
- HttpPostLocalhostServerProtocol.cs
- SqlSelectStatement.cs
- BindingMAnagerBase.cs
- HttpCookie.cs
- NewExpression.cs
- SqlCommandSet.cs
- Misc.cs
- SafeNativeMethods.cs
- WebConfigurationHostFileChange.cs
- X509ThumbprintKeyIdentifierClause.cs
- DBParameter.cs
- controlskin.cs
- ProfileSettingsCollection.cs
- DataGridViewCellStyle.cs
- RunWorkerCompletedEventArgs.cs
- MgmtResManager.cs
- SkewTransform.cs
- FontFamily.cs
- ResourceDisplayNameAttribute.cs
- TransformCollection.cs
- ErrorTableItemStyle.cs
- OuterGlowBitmapEffect.cs
- PageAsyncTaskManager.cs
- ClassHandlersStore.cs
- HtmlControl.cs
- MethodSignatureGenerator.cs
- ScrollableControl.cs
- DataMemberAttribute.cs
- BevelBitmapEffect.cs
- LabelExpression.cs
- StringUtil.cs
- HwndSourceKeyboardInputSite.cs
- TextCollapsingProperties.cs
- RoleService.cs
- _RequestCacheProtocol.cs
- XmlEntity.cs
- NegotiateStream.cs
- RuntimeIdentifierPropertyAttribute.cs
- DeferredReference.cs
- UnknownBitmapEncoder.cs
- XmlSchemaNotation.cs
- BufferBuilder.cs
- ApplicationDirectory.cs
- MethodBuilderInstantiation.cs
- ViewGenResults.cs
- XmlAggregates.cs
- Vector3DAnimationBase.cs
- UnsafeNativeMethodsCLR.cs
- RenderContext.cs
- ThicknessAnimationBase.cs
- Vector3DCollectionConverter.cs
- DecoratedNameAttribute.cs
- HtmlWindowCollection.cs
- DataGridLinkButton.cs
- StateDesignerConnector.cs
- UnitySerializationHolder.cs
- PieceDirectory.cs
- SymmetricKey.cs
- QilChoice.cs
- MessageQueueException.cs
- ResourceDisplayNameAttribute.cs
- SessionStateUtil.cs
- Registry.cs
- FileDialog.cs
- DataGridViewSelectedCellCollection.cs
- InteropExecutor.cs
- PolyQuadraticBezierSegment.cs
- DataGridViewBindingCompleteEventArgs.cs
- AddingNewEventArgs.cs
- IndicCharClassifier.cs
- UIElement.cs
- TileModeValidation.cs
- AddressingVersion.cs
- ReaderOutput.cs
- JumpItem.cs
- GridItemCollection.cs
- IWorkflowDebuggerService.cs
- ActivationServices.cs
- XsdValidatingReader.cs
- FirstMatchCodeGroup.cs
- SchemaManager.cs
- counter.cs
- MultipartContentParser.cs
- PathBox.cs
- ButtonRenderer.cs
- FileSecurity.cs
- PenThreadPool.cs
- StsCommunicationException.cs
- EmbeddedMailObjectCollectionEditor.cs
- UnsafeNativeMethodsMilCoreApi.cs
- DbParameterHelper.cs
- RootBrowserWindowAutomationPeer.cs
- DefaultAsyncDataDispatcher.cs
- InternalControlCollection.cs
- WebDescriptionAttribute.cs
- HealthMonitoringSection.cs