Code:
/ FX-1434 / FX-1434 / 1.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
- FormsAuthenticationModule.cs
- PolicyManager.cs
- WizardPanel.cs
- WebPartCloseVerb.cs
- FrameworkTextComposition.cs
- LogEntryHeaderSerializer.cs
- HotSpotCollection.cs
- DataMemberConverter.cs
- EntitySetDataBindingList.cs
- UrlMappingCollection.cs
- DataGridViewBindingCompleteEventArgs.cs
- LayoutEditorPart.cs
- SystemWebCachingSectionGroup.cs
- ListItemCollection.cs
- RelationshipConstraintValidator.cs
- propertytag.cs
- CustomCredentialPolicy.cs
- CheckableControlBaseAdapter.cs
- Fx.cs
- unsafenativemethodsother.cs
- PermissionSetEnumerator.cs
- DragEventArgs.cs
- RootBrowserWindowProxy.cs
- SharedPerformanceCounter.cs
- TextEncodedRawTextWriter.cs
- ListViewHitTestInfo.cs
- GridViewRowPresenterBase.cs
- X509Extension.cs
- _ProxyRegBlob.cs
- BasicExpressionVisitor.cs
- InputMethod.cs
- CodeNamespaceCollection.cs
- WebReferencesBuildProvider.cs
- AsyncPostBackErrorEventArgs.cs
- XmlSchemaIdentityConstraint.cs
- Serializer.cs
- RNGCryptoServiceProvider.cs
- ListViewUpdatedEventArgs.cs
- EdmTypeAttribute.cs
- PolyLineSegment.cs
- SHA512.cs
- SoapMessage.cs
- WebServiceData.cs
- ConfigurationSchemaErrors.cs
- ObjectStateManagerMetadata.cs
- VideoDrawing.cs
- OleDbEnumerator.cs
- CodeConstructor.cs
- EastAsianLunisolarCalendar.cs
- ProfileInfo.cs
- UserMapPath.cs
- Debug.cs
- OpenTypeLayoutCache.cs
- BinHexEncoding.cs
- UIElementParaClient.cs
- IItemProperties.cs
- CreateUserWizard.cs
- StubHelpers.cs
- RenderData.cs
- TraceLevelHelper.cs
- _SslSessionsCache.cs
- PreviewPageInfo.cs
- HtmlHead.cs
- PointAnimationUsingKeyFrames.cs
- XmlSchemaSimpleContentExtension.cs
- FtpWebResponse.cs
- BindingNavigator.cs
- ToolTipAutomationPeer.cs
- ObservableDictionary.cs
- SamlAssertion.cs
- DependencyStoreSurrogate.cs
- LabelInfo.cs
- ConnectionProviderAttribute.cs
- updatecommandorderer.cs
- SiteMapNodeCollection.cs
- UriTemplatePathSegment.cs
- LicenseProviderAttribute.cs
- TableProviderWrapper.cs
- RoleGroupCollection.cs
- PreservationFileWriter.cs
- CalendarTable.cs
- PictureBox.cs
- SafeBuffer.cs
- HttpRuntime.cs
- DataGridViewCellPaintingEventArgs.cs
- PenThread.cs
- GeneralTransform.cs
- NavigateEvent.cs
- GridItem.cs
- SkinBuilder.cs
- Property.cs
- SqlWebEventProvider.cs
- TokenBasedSetEnumerator.cs
- BoolExpr.cs
- EventData.cs
- DataSourceControlBuilder.cs
- MimeAnyImporter.cs
- HttpRuntimeSection.cs
- ObjectStateEntryDbDataRecord.cs
- CollectionViewGroup.cs