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
- TextEmbeddedObject.cs
- ZoneLinkButton.cs
- SystemFonts.cs
- ViewValidator.cs
- InternalsVisibleToAttribute.cs
- DataGridViewDataErrorEventArgs.cs
- SqlException.cs
- InputLanguageManager.cs
- ColumnTypeConverter.cs
- TraceUtils.cs
- EventLog.cs
- TransformerTypeCollection.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- figurelengthconverter.cs
- _AutoWebProxyScriptEngine.cs
- LogEntrySerializationException.cs
- SQLMoneyStorage.cs
- ControlPaint.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- TransformerTypeCollection.cs
- CodeObject.cs
- DSACryptoServiceProvider.cs
- Converter.cs
- SecurityChannelFaultConverter.cs
- CodeTypeMember.cs
- EntityCodeGenerator.cs
- ProcessProtocolHandler.cs
- OrderByBuilder.cs
- KeyboardDevice.cs
- Visual3D.cs
- TextEditorLists.cs
- NextPreviousPagerField.cs
- XmlUTF8TextReader.cs
- FormsAuthenticationUser.cs
- SRDisplayNameAttribute.cs
- NumberSubstitution.cs
- EmptyCollection.cs
- WebPartExportVerb.cs
- FrameDimension.cs
- XmlElementList.cs
- SqlProviderServices.cs
- UIPermission.cs
- OdbcConnectionHandle.cs
- TcpHostedTransportConfiguration.cs
- CapabilitiesAssignment.cs
- EntityDataSourceContextCreatedEventArgs.cs
- ConfigurationProperty.cs
- Serializer.cs
- TrustLevel.cs
- CfgRule.cs
- LinqDataSourceContextEventArgs.cs
- Table.cs
- SynchronizedInputHelper.cs
- ProxyManager.cs
- TemplateBindingExtension.cs
- DataGridViewLinkColumn.cs
- TripleDESCryptoServiceProvider.cs
- ReadOnlyPropertyMetadata.cs
- ListViewSortEventArgs.cs
- AsyncPostBackTrigger.cs
- CacheMemory.cs
- CodeTypeParameter.cs
- ParallelRangeManager.cs
- GeneralTransform.cs
- ByeOperationAsyncResult.cs
- TypedRowHandler.cs
- WebConfigurationHost.cs
- VisualTransition.cs
- ConfigXmlCDataSection.cs
- ReadOnlyDictionary.cs
- DSASignatureFormatter.cs
- EmbossBitmapEffect.cs
- CqlParser.cs
- UnSafeCharBuffer.cs
- Visual3D.cs
- PropertyDescriptorCollection.cs
- ClientBuildManager.cs
- PackagePart.cs
- WSSecurityPolicy12.cs
- Int64Animation.cs
- XmlSiteMapProvider.cs
- IDReferencePropertyAttribute.cs
- EventTrigger.cs
- RawMouseInputReport.cs
- StorageAssociationSetMapping.cs
- MimeReflector.cs
- VisualBrush.cs
- ButtonFieldBase.cs
- AssociationSetMetadata.cs
- TemplateControl.cs
- SpellerInterop.cs
- FixedSOMTableCell.cs
- RectAnimationBase.cs
- ManagedWndProcTracker.cs
- TemplateControl.cs
- SoapAttributeOverrides.cs
- Part.cs
- ValidationErrorCollection.cs
- BuilderPropertyEntry.cs
- WorkflowDispatchContext.cs