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
- EntityEntry.cs
- ECDiffieHellmanPublicKey.cs
- CapabilitiesState.cs
- EncodingTable.cs
- GeneralTransformGroup.cs
- SemaphoreFullException.cs
- OleDbConnection.cs
- XpsFilter.cs
- XPathMultyIterator.cs
- RayHitTestParameters.cs
- CacheMode.cs
- FontUnit.cs
- Vector3DAnimation.cs
- NumericExpr.cs
- _LazyAsyncResult.cs
- XmlSchemaGroup.cs
- ResizeGrip.cs
- PrintDialog.cs
- GridViewRowEventArgs.cs
- MembershipSection.cs
- SafeFileMapViewHandle.cs
- OutputCacheSettingsSection.cs
- DictionaryContent.cs
- DbConnectionStringBuilder.cs
- ListViewSelectEventArgs.cs
- WindowsSlider.cs
- InstanceDataCollection.cs
- MDIWindowDialog.cs
- OptimalTextSource.cs
- PageParserFilter.cs
- WizardStepCollectionEditor.cs
- DiscoveryVersionConverter.cs
- SizeLimitedCache.cs
- FtpWebRequest.cs
- TextRunProperties.cs
- DefaultObjectSerializer.cs
- MaterialGroup.cs
- OdbcParameterCollection.cs
- GradientStop.cs
- ConfigurationFileMap.cs
- KerberosSecurityTokenAuthenticator.cs
- DescriptionAttribute.cs
- SystemIPv6InterfaceProperties.cs
- FamilyMapCollection.cs
- DataGridViewSelectedColumnCollection.cs
- DataServiceProcessingPipeline.cs
- VBIdentifierTrimConverter.cs
- XmlMemberMapping.cs
- TargetControlTypeAttribute.cs
- PolyBezierSegmentFigureLogic.cs
- ConstraintStruct.cs
- TimersDescriptionAttribute.cs
- PerformanceCounterLib.cs
- MenuStrip.cs
- ToolStripDropDownClosingEventArgs.cs
- Point4DConverter.cs
- ApplicationDirectory.cs
- SectionInput.cs
- returneventsaver.cs
- EntityContainerRelationshipSet.cs
- InlineCategoriesDocument.cs
- DispatcherSynchronizationContext.cs
- ExceptionUtil.cs
- TypeForwardedToAttribute.cs
- SymmetricAlgorithm.cs
- NativeMethods.cs
- HMACSHA512.cs
- Image.cs
- XPathQueryGenerator.cs
- KeyFrames.cs
- InvokeProviderWrapper.cs
- SimpleModelProvider.cs
- TaskHelper.cs
- SmtpMail.cs
- CodeDirectiveCollection.cs
- TemplateBamlTreeBuilder.cs
- CodeAttachEventStatement.cs
- QilTargetType.cs
- BindingGraph.cs
- SymmetricCryptoHandle.cs
- WsdlBuildProvider.cs
- LowerCaseStringConverter.cs
- MenuItemStyleCollectionEditor.cs
- RegistryKey.cs
- UserControlBuildProvider.cs
- TransformedBitmap.cs
- ReflectionUtil.cs
- MultiPropertyDescriptorGridEntry.cs
- LayoutUtils.cs
- SelectionChangedEventArgs.cs
- Logging.cs
- DoubleStorage.cs
- HostedAspNetEnvironment.cs
- JavascriptXmlWriterWrapper.cs
- ProvidePropertyAttribute.cs
- CustomAttributeFormatException.cs
- EventDescriptor.cs
- ActiveXHost.cs
- OneToOneMappingSerializer.cs
- SizeConverter.cs