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
- MessageBox.cs
- _ListenerAsyncResult.cs
- XmlILConstructAnalyzer.cs
- TemplateXamlParser.cs
- BaseParser.cs
- TemplateControlCodeDomTreeGenerator.cs
- DelegateInArgument.cs
- ValueTypeFixupInfo.cs
- SqlDataSourceCommandParser.cs
- HierarchicalDataTemplate.cs
- MimeTypePropertyAttribute.cs
- WindowsFormsLinkLabel.cs
- CapabilitiesState.cs
- GAC.cs
- BinHexEncoder.cs
- PeerCollaboration.cs
- SQLResource.cs
- XmlnsDictionary.cs
- ErrorFormatterPage.cs
- RtfToXamlReader.cs
- ArgumentsParser.cs
- XMLSchema.cs
- SiteMapNodeCollection.cs
- BuildResultCache.cs
- HtmlControl.cs
- Vector3D.cs
- HwndMouseInputProvider.cs
- ParserContext.cs
- WebPartChrome.cs
- DecimalAnimationUsingKeyFrames.cs
- relpropertyhelper.cs
- _SslStream.cs
- CreateParams.cs
- FixedPageStructure.cs
- AnchoredBlock.cs
- CodeAttachEventStatement.cs
- ToolStripButton.cs
- HtmlTextViewAdapter.cs
- WebServiceReceive.cs
- DesignerMetadata.cs
- ComEventsSink.cs
- OperationCanceledException.cs
- IndexedDataBuffer.cs
- PathFigureCollectionValueSerializer.cs
- ModelPropertyImpl.cs
- StandardToolWindows.cs
- Scripts.cs
- CombinedHttpChannel.cs
- CompilerError.cs
- keycontainerpermission.cs
- OleDbPropertySetGuid.cs
- DependentList.cs
- HtmlLinkAdapter.cs
- OAVariantLib.cs
- TimeSpanConverter.cs
- ProbeDuplexCD1AsyncResult.cs
- SerTrace.cs
- MemberAssignmentAnalysis.cs
- TypeForwardedToAttribute.cs
- SerializationStore.cs
- QueryExecutionOption.cs
- FontWeights.cs
- SettingsSection.cs
- SerializableAttribute.cs
- DataFieldConverter.cs
- documentsequencetextview.cs
- DataGridViewComboBoxColumnDesigner.cs
- DataGridItem.cs
- COAUTHIDENTITY.cs
- UnsafeNativeMethods.cs
- DisplayMemberTemplateSelector.cs
- RtfControls.cs
- MasterPage.cs
- IntSecurity.cs
- DesignTimeTemplateParser.cs
- AxisAngleRotation3D.cs
- TimeSpanValidator.cs
- SqlParameter.cs
- TableFieldsEditor.cs
- DocumentPageHost.cs
- SizeChangedEventArgs.cs
- ServiceProviders.cs
- AutoSizeComboBox.cs
- ByteStreamMessageUtility.cs
- ZeroOpNode.cs
- WebBaseEventKeyComparer.cs
- RadioButtonFlatAdapter.cs
- TextModifier.cs
- LeaseManager.cs
- AdCreatedEventArgs.cs
- PublisherMembershipCondition.cs
- DirectoryObjectSecurity.cs
- DragDrop.cs
- ToolStripScrollButton.cs
- SmiEventSink_DeferedProcessing.cs
- DbParameterCollection.cs
- CallbackValidatorAttribute.cs
- ActivationServices.cs
- FloaterBaseParaClient.cs
- _ScatterGatherBuffers.cs