Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Advanced / METAHEADER.cs / 1 / METAHEADER.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /*************************************************************************\ * * Copyright (c) 1998-1999, Microsoft Corp. All Rights Reserved. * * Module Name: * * METAHEADER.cs * * Abstract: * * Native GDI+ MetaHeader WMF structure. * * Revision History: * * 10/21/1999 [....] * Created it. * \**************************************************************************/ 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToggleButtonAutomationPeer.cs
- VectorAnimationUsingKeyFrames.cs
- TextTreeRootTextBlock.cs
- InvariantComparer.cs
- ConfigXmlElement.cs
- StylusPointCollection.cs
- Utilities.cs
- PolicyValidationException.cs
- PersistenceProviderElement.cs
- StorageInfo.cs
- DataGridViewRowEventArgs.cs
- IPHostEntry.cs
- Geometry3D.cs
- ZoneButton.cs
- Typography.cs
- IMembershipProvider.cs
- MatrixIndependentAnimationStorage.cs
- PartialArray.cs
- TextUtf8RawTextWriter.cs
- CodeDOMUtility.cs
- FastPropertyAccessor.cs
- UnknownBitmapDecoder.cs
- ExpressionBindings.cs
- HttpHandlerActionCollection.cs
- MetadataArtifactLoaderResource.cs
- EventSchemaTraceListener.cs
- DelegatingTypeDescriptionProvider.cs
- DbConnectionClosed.cs
- MTConfigUtil.cs
- ServerValidateEventArgs.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- ToolStripSettings.cs
- UnitControl.cs
- TableLayoutCellPaintEventArgs.cs
- HashRepartitionStream.cs
- MatrixTransform3D.cs
- PartManifestEntry.cs
- LZCodec.cs
- RowCache.cs
- DataGridAutoFormat.cs
- TTSEngineTypes.cs
- HtmlForm.cs
- Triangle.cs
- ListViewCancelEventArgs.cs
- Table.cs
- FederatedMessageSecurityOverHttp.cs
- InvariantComparer.cs
- BinaryCommonClasses.cs
- XmlAttributeAttribute.cs
- Light.cs
- ActivityPreviewDesigner.cs
- XmlNodeList.cs
- SQLBytesStorage.cs
- NetworkInterface.cs
- XmlCollation.cs
- PrefixHandle.cs
- ApplicationSecurityManager.cs
- MailWriter.cs
- DataSourceView.cs
- ExtendedTransformFactory.cs
- Region.cs
- FileSecurity.cs
- TextEditorCopyPaste.cs
- DBDataPermissionAttribute.cs
- xml.cs
- TransformerConfigurationWizardBase.cs
- WindowsListViewSubItem.cs
- PenContext.cs
- ILGenerator.cs
- SqlDataSourceEnumerator.cs
- CompModSwitches.cs
- XmlTextReaderImplHelpers.cs
- OpenTypeMethods.cs
- ContextStaticAttribute.cs
- PkcsUtils.cs
- MessageOperationFormatter.cs
- PreloadedPackages.cs
- Size.cs
- QilName.cs
- CodeMemberEvent.cs
- TextViewDesigner.cs
- NetDataContractSerializer.cs
- Selector.cs
- SqlDataSourceDesigner.cs
- Pens.cs
- ReadOnlyHierarchicalDataSource.cs
- AutomationFocusChangedEventArgs.cs
- ScaleTransform.cs
- Rotation3DAnimation.cs
- CodeDirectionExpression.cs
- MethodCallTranslator.cs
- ExtenderHelpers.cs
- ToolStripDropDownClosedEventArgs.cs
- QuotedPrintableStream.cs
- UseManagedPresentationBindingElement.cs
- DataGrid.cs
- AuthenticationService.cs
- DocumentSchemaValidator.cs
- UserControlBuildProvider.cs
- ISO2022Encoding.cs