Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / METAHEADER.cs / 2 / METAHEADER.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Diagnostics; using System.Drawing; using System; using System.Runtime.InteropServices; ////// /// [StructLayout(LayoutKind.Sequential, Pack=2)] public sealed class MetaHeader { /// SECREVIEW : The ENHMETAHEADER structure is defined natively as a union with WmfHeader. /// Extreme care should be taken if changing the layout of the corresponding managaed /// structures to minimize the risk of buffer overruns. The affected managed classes /// are the following: ENHMETAHEADER, MetaHeader, MetafileHeaderWmf, MetafileHeaderEmf. /// See ASURT#82822 or changes in Metafile.cs@115636 for more information. /// short type; short headerSize; short version; int size; short noObjects; int maxRecord; short noParameters; ///[To be supplied.] ////// /// Represents the type of the associated /// public short Type { get { return type; } set { type = value; } } ///. /// /// /// Represents the sizi, in bytes, of the /// header file. /// public short HeaderSize { get { return headerSize; } set { headerSize = value; } } ////// /// Represents the version number of the header /// format. /// public short Version { get { return version; } set { version = value; } } ////// /// Represents the sizi, in bytes, of the /// associated public int Size { get { return size; } set { size = value; } } ///. /// /// /// public short NoObjects { get { return noObjects; } set { noObjects = value; } } ///[To be supplied.] ////// /// public int MaxRecord { get { return maxRecord; } set { maxRecord = value; } } ///[To be supplied.] ////// /// public short NoParameters { get { return noParameters; } set { noParameters = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Diagnostics; using System.Drawing; using System; using System.Runtime.InteropServices; ////// /// [StructLayout(LayoutKind.Sequential, Pack=2)] public sealed class MetaHeader { /// SECREVIEW : The ENHMETAHEADER structure is defined natively as a union with WmfHeader. /// Extreme care should be taken if changing the layout of the corresponding managaed /// structures to minimize the risk of buffer overruns. The affected managed classes /// are the following: ENHMETAHEADER, MetaHeader, MetafileHeaderWmf, MetafileHeaderEmf. /// See ASURT#82822 or changes in Metafile.cs@115636 for more information. /// short type; short headerSize; short version; int size; short noObjects; int maxRecord; short noParameters; ///[To be supplied.] ////// /// Represents the type of the associated /// public short Type { get { return type; } set { type = value; } } ///. /// /// /// Represents the sizi, in bytes, of the /// header file. /// public short HeaderSize { get { return headerSize; } set { headerSize = value; } } ////// /// Represents the version number of the header /// format. /// public short Version { get { return version; } set { version = value; } } ////// /// Represents the sizi, in bytes, of the /// associated public int Size { get { return size; } set { size = value; } } ///. /// /// /// public short NoObjects { get { return noObjects; } set { noObjects = value; } } ///[To be supplied.] ////// /// public int MaxRecord { get { return maxRecord; } set { maxRecord = value; } } ///[To be supplied.] ////// /// public short NoParameters { get { return noParameters; } set { noParameters = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StatusCommandUI.cs
- VectorCollectionValueSerializer.cs
- IApplicationTrustManager.cs
- XmlSchemaAny.cs
- StrokeNodeData.cs
- DesignerCategoryAttribute.cs
- PersonalizationDictionary.cs
- EnumValidator.cs
- Variant.cs
- DependencyPropertyKind.cs
- MediaElementAutomationPeer.cs
- Debugger.cs
- MetaColumn.cs
- ETagAttribute.cs
- SystemInformation.cs
- SqlEnums.cs
- DataRowView.cs
- SpellerInterop.cs
- SBCSCodePageEncoding.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DrawingAttributesDefaultValueFactory.cs
- TrackPoint.cs
- TemplatingOptionsDialog.cs
- ModelFunction.cs
- SafeRightsManagementQueryHandle.cs
- DependencySource.cs
- BuildDependencySet.cs
- _CacheStreams.cs
- ServiceActivationException.cs
- UnsafeNativeMethods.cs
- ArrayConverter.cs
- BrowserTree.cs
- Win32.cs
- dtdvalidator.cs
- ReaderWriterLock.cs
- _FixedSizeReader.cs
- PixelFormat.cs
- ActiveXMessageFormatter.cs
- InternalCache.cs
- CheckedListBox.cs
- OptionalColumn.cs
- LostFocusEventManager.cs
- SerializationBinder.cs
- XmlCharCheckingWriter.cs
- TdsParserStaticMethods.cs
- HtmlFormWrapper.cs
- IBuiltInEvidence.cs
- WmfPlaceableFileHeader.cs
- ModifierKeysConverter.cs
- RequestCacheManager.cs
- ConfigurationPermission.cs
- FlowDocumentView.cs
- ErrorProvider.cs
- ISAPIRuntime.cs
- RenderData.cs
- ItemAutomationPeer.cs
- OrderByQueryOptionExpression.cs
- GroupStyle.cs
- AnnotationHelper.cs
- X509SecurityTokenProvider.cs
- LockedBorderGlyph.cs
- StateMachineSubscriptionManager.cs
- CreateCardRequest.cs
- LinqDataSourceStatusEventArgs.cs
- HMACMD5.cs
- DataContractSet.cs
- Rfc4050KeyFormatter.cs
- SaveLedgerEntryRequest.cs
- BufferedGraphicsContext.cs
- QuadraticBezierSegment.cs
- SettingsAttributeDictionary.cs
- SqlNamer.cs
- CFStream.cs
- BaseTemplateParser.cs
- ImageSourceValueSerializer.cs
- SuppressMessageAttribute.cs
- MinimizableAttributeTypeConverter.cs
- ToolStripSplitStackLayout.cs
- ExtractorMetadata.cs
- ColorBlend.cs
- SurrogateChar.cs
- ArgumentDesigner.xaml.cs
- XmlStringTable.cs
- QilChoice.cs
- ClockGroup.cs
- DesignerAttributeInfo.cs
- SerialErrors.cs
- ListBindableAttribute.cs
- XDRSchema.cs
- RoleService.cs
- AnnotationMap.cs
- WinCategoryAttribute.cs
- SAPICategories.cs
- ArrayList.cs
- MetabaseSettings.cs
- FreeFormDragDropManager.cs
- PopupRoot.cs
- DataGridViewSelectedColumnCollection.cs
- XappLauncher.cs
- CellParaClient.cs