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
- Int32RectValueSerializer.cs
- FormatterConverter.cs
- ControlBuilder.cs
- ExtensionFile.cs
- TypeToTreeConverter.cs
- ScalarType.cs
- FormsAuthentication.cs
- CodeObjectCreateExpression.cs
- MobileContainerDesigner.cs
- Variant.cs
- BypassElement.cs
- SerializerWriterEventHandlers.cs
- ReaderWriterLock.cs
- OleDbInfoMessageEvent.cs
- DefaultParameterValueAttribute.cs
- ClonableStack.cs
- InkCanvasAutomationPeer.cs
- ReadWriteObjectLock.cs
- HwndKeyboardInputProvider.cs
- ActivityBindForm.cs
- TransformCryptoHandle.cs
- SmtpDigestAuthenticationModule.cs
- DataGridViewCellStyleEditor.cs
- PrivilegedConfigurationManager.cs
- CompositionTarget.cs
- _Win32.cs
- AppDomain.cs
- InfoCardSymmetricCrypto.cs
- ObjectDataSourceView.cs
- SQLMoneyStorage.cs
- PropertyGridEditorPart.cs
- SiteMapSection.cs
- HttpConfigurationContext.cs
- TypeInitializationException.cs
- SymDocumentType.cs
- PrimaryKeyTypeConverter.cs
- RelatedPropertyManager.cs
- DisplayToken.cs
- RichTextBoxAutomationPeer.cs
- SolidColorBrush.cs
- CancellableEnumerable.cs
- Color.cs
- IndexedString.cs
- StatusInfoItem.cs
- MarkerProperties.cs
- sortedlist.cs
- CircleHotSpot.cs
- TextDecorationCollection.cs
- ArgumentValidation.cs
- EventLogConfiguration.cs
- WCFModelStrings.Designer.cs
- TextTreeInsertElementUndoUnit.cs
- TablePatternIdentifiers.cs
- DelegatedStream.cs
- MimeObjectFactory.cs
- Schema.cs
- DPCustomTypeDescriptor.cs
- Cursors.cs
- ShadowGlyph.cs
- ScrollViewer.cs
- SchemaTableColumn.cs
- TemplateColumn.cs
- TypefaceMap.cs
- OrderByBuilder.cs
- ColorConvertedBitmapExtension.cs
- SendingRequestEventArgs.cs
- DbConnectionPoolOptions.cs
- ToolbarAUtomationPeer.cs
- InstanceContextManager.cs
- UserControlBuildProvider.cs
- Trace.cs
- SourceChangedEventArgs.cs
- BinaryObjectInfo.cs
- Scheduler.cs
- ContainerSelectorBehavior.cs
- XmlTypeMapping.cs
- CommentEmitter.cs
- TextLineResult.cs
- MultiPageTextView.cs
- SqlDataRecord.cs
- ProfileServiceManager.cs
- ModelChangedEventArgsImpl.cs
- ConfigXmlComment.cs
- CopyNamespacesAction.cs
- ConfigurationValidatorBase.cs
- TextHintingModeValidation.cs
- UntypedNullExpression.cs
- CapacityStreamGeometryContext.cs
- DynamicArgumentDesigner.xaml.cs
- XPathNavigatorReader.cs
- MailDefinition.cs
- ResolvedKeyFrameEntry.cs
- DbException.cs
- PersonalizationEntry.cs
- RedistVersionInfo.cs
- XmlArrayAttribute.cs
- sapiproxy.cs
- BinaryReader.cs
- Models.cs
- SettingsProperty.cs