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
- PageTheme.cs
- ToggleButtonAutomationPeer.cs
- SiteMembershipCondition.cs
- Pkcs7Signer.cs
- LogSwitch.cs
- SqlInternalConnection.cs
- XmlObjectSerializer.cs
- DocComment.cs
- TimeSpanStorage.cs
- Hex.cs
- PenLineCapValidation.cs
- AspNetPartialTrustHelpers.cs
- MessageSmuggler.cs
- EntityDataSourceWrapper.cs
- JobInputBins.cs
- mactripleDES.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- DocumentViewerAutomationPeer.cs
- CatalogZoneBase.cs
- DesignerAttributeInfo.cs
- SHA512Managed.cs
- DataSourceConverter.cs
- VirtualPathProvider.cs
- DrawListViewColumnHeaderEventArgs.cs
- StringDictionaryCodeDomSerializer.cs
- MulticastIPAddressInformationCollection.cs
- GC.cs
- LogExtent.cs
- ThreadWorkerController.cs
- WindowsIdentity.cs
- CorePropertiesFilter.cs
- ElementsClipboardData.cs
- WCFModelStrings.Designer.cs
- PasswordBox.cs
- Activator.cs
- X509ChainElement.cs
- QueryParameter.cs
- MetabaseServerConfig.cs
- __ConsoleStream.cs
- DateTimePickerDesigner.cs
- MailAddress.cs
- ToolboxItemAttribute.cs
- QilInvokeLateBound.cs
- TabPage.cs
- CaseStatement.cs
- VirtualDirectoryMappingCollection.cs
- SimpleWorkerRequest.cs
- BasicExpandProvider.cs
- CancellationHandler.cs
- X509Certificate2Collection.cs
- ClientTarget.cs
- QilReplaceVisitor.cs
- RulePatternOps.cs
- DataObjectAttribute.cs
- FileUtil.cs
- DataGridItemEventArgs.cs
- TdsRecordBufferSetter.cs
- DataGridViewCellCollection.cs
- TreeIterator.cs
- _AutoWebProxyScriptEngine.cs
- CharAnimationUsingKeyFrames.cs
- DocumentViewerHelper.cs
- Graphics.cs
- ObjectDataSourceStatusEventArgs.cs
- DocumentPageHost.cs
- ResourceDescriptionAttribute.cs
- PointAnimation.cs
- SiteMapHierarchicalDataSourceView.cs
- XmlName.cs
- Point3DAnimationBase.cs
- RequestCachingSection.cs
- UseLicense.cs
- QilVisitor.cs
- NamespaceListProperty.cs
- TemplateXamlTreeBuilder.cs
- XmlSchemaSimpleTypeUnion.cs
- HtmlElementErrorEventArgs.cs
- CodeIdentifier.cs
- SqlTriggerContext.cs
- MethodImplAttribute.cs
- BindingUtils.cs
- MouseDevice.cs
- ChangePassword.cs
- EntityTransaction.cs
- TreeNodeBindingDepthConverter.cs
- CheckoutException.cs
- JoinGraph.cs
- XmlSchemaFacet.cs
- _TransmitFileOverlappedAsyncResult.cs
- FlowDocumentReader.cs
- KeyManager.cs
- FixedHyperLink.cs
- SignatureToken.cs
- BCryptHashAlgorithm.cs
- XmlComment.cs
- TextDecorationLocationValidation.cs
- GridViewColumnHeader.cs
- ScriptReference.cs
- HtmlToClrEventProxy.cs
- GridViewDeleteEventArgs.cs