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
- ElementFactory.cs
- HandlerBase.cs
- PasswordDeriveBytes.cs
- assemblycache.cs
- TextEndOfSegment.cs
- ObjectIDGenerator.cs
- ProxyWebPart.cs
- UmAlQuraCalendar.cs
- SqlUserDefinedAggregateAttribute.cs
- XmlDocument.cs
- SchemaMapping.cs
- InputBindingCollection.cs
- UInt16Storage.cs
- GridItemProviderWrapper.cs
- InternalPermissions.cs
- TraceUtility.cs
- XmlIncludeAttribute.cs
- SqlLiftIndependentRowExpressions.cs
- BinaryObjectInfo.cs
- SqlDataSourceStatusEventArgs.cs
- MailDefinition.cs
- DigitalSignatureProvider.cs
- ItemChangedEventArgs.cs
- LinqDataSourceInsertEventArgs.cs
- SchemaInfo.cs
- AuthenticationSection.cs
- RbTree.cs
- HttpValueCollection.cs
- IntegerValidatorAttribute.cs
- ActivityStatusChangeEventArgs.cs
- ButtonField.cs
- HebrewNumber.cs
- WebEvents.cs
- TextDecorationLocationValidation.cs
- RtfFormatStack.cs
- BaseCodeDomTreeGenerator.cs
- MissingSatelliteAssemblyException.cs
- Base64Decoder.cs
- Rectangle.cs
- _OSSOCK.cs
- TypedElement.cs
- GridLengthConverter.cs
- DoubleAnimationUsingKeyFrames.cs
- CustomAttributeFormatException.cs
- TracePayload.cs
- BitmapSourceSafeMILHandle.cs
- ObjectComplexPropertyMapping.cs
- DbParameterCollectionHelper.cs
- ScrollChrome.cs
- SafeViewOfFileHandle.cs
- GridSplitter.cs
- BindUriHelper.cs
- StringTraceRecord.cs
- ConfigurationValues.cs
- SyndicationItem.cs
- SHA1.cs
- ObjectDataSourceStatusEventArgs.cs
- SchemaNamespaceManager.cs
- DesignerLabelAdapter.cs
- DataControlFieldCell.cs
- AnimatedTypeHelpers.cs
- TransformCryptoHandle.cs
- DocumentAutomationPeer.cs
- NameGenerator.cs
- TextFormatterImp.cs
- CapabilitiesUse.cs
- VBIdentifierName.cs
- WorkflowApplicationAbortedEventArgs.cs
- StringSorter.cs
- JavaScriptString.cs
- TaskSchedulerException.cs
- PrtCap_Public.cs
- MILUtilities.cs
- StylusDownEventArgs.cs
- ReservationNotFoundException.cs
- TypeNameConverter.cs
- Attributes.cs
- Utils.cs
- WizardPanel.cs
- Normalization.cs
- XPathMultyIterator.cs
- KeyValuePair.cs
- RawUIStateInputReport.cs
- SymbolMethod.cs
- Token.cs
- RadioButtonPopupAdapter.cs
- Screen.cs
- NumericExpr.cs
- PhotoPrintingIntent.cs
- listitem.cs
- WaitForChangedResult.cs
- BitStream.cs
- GradientPanel.cs
- ReferenceTypeElement.cs
- NodeLabelEditEvent.cs
- SoapEnumAttribute.cs
- MergeFailedEvent.cs
- XmlSchemaObjectCollection.cs
- TypeKeyValue.cs
- transactioncontext.cs