Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / METAHEADER.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EncryptedPackage.cs
- Part.cs
- ImageSourceConverter.cs
- Html32TextWriter.cs
- Icon.cs
- RewritingSimplifier.cs
- NamespaceList.cs
- InputReferenceExpression.cs
- SapiAttributeParser.cs
- XMLUtil.cs
- UnionCqlBlock.cs
- XmlIlTypeHelper.cs
- DocumentPageView.cs
- AttachedPropertiesService.cs
- CheckBoxField.cs
- MetadataFile.cs
- SQLBytesStorage.cs
- RouteTable.cs
- PreparingEnlistment.cs
- DetailsViewDesigner.cs
- SQLInt32.cs
- CodeAttributeArgumentCollection.cs
- SafeHGlobalHandleCritical.cs
- CollectionEditor.cs
- StringReader.cs
- ConfigurationSectionCollection.cs
- HttpVersion.cs
- UIntPtr.cs
- SqlBulkCopy.cs
- ToolStripContainer.cs
- NetTcpSecurityElement.cs
- PagerSettings.cs
- ObservableDictionary.cs
- BamlTreeMap.cs
- RouteItem.cs
- CookieProtection.cs
- ClientSettings.cs
- ListBox.cs
- XmlDataImplementation.cs
- MultiSelectRootGridEntry.cs
- HandleCollector.cs
- MimeBasePart.cs
- RelationshipEndMember.cs
- basecomparevalidator.cs
- BinaryParser.cs
- InvokePatternIdentifiers.cs
- CreateUserWizard.cs
- ImportRequest.cs
- ScrollEvent.cs
- InvokeBase.cs
- DriveNotFoundException.cs
- SafeCertificateStore.cs
- FlowDocumentView.cs
- PropertyReferenceSerializer.cs
- MailBnfHelper.cs
- BackgroundWorker.cs
- HtmlShim.cs
- Assert.cs
- WebBrowserContainer.cs
- ValidatedControlConverter.cs
- FigureParaClient.cs
- DependencyPropertyHelper.cs
- DelegatingMessage.cs
- WebPartDisplayModeCancelEventArgs.cs
- ServiceHostFactory.cs
- TraceEventCache.cs
- DataListItemEventArgs.cs
- ExtenderProvidedPropertyAttribute.cs
- XmlNotation.cs
- DataBoundControlHelper.cs
- HTTPNotFoundHandler.cs
- CounterSample.cs
- CryptoKeySecurity.cs
- XmlQueryTypeFactory.cs
- BoundPropertyEntry.cs
- WindowsImpersonationContext.cs
- SqlMethodCallConverter.cs
- MatrixTransform.cs
- X509Utils.cs
- MgmtConfigurationRecord.cs
- ADConnectionHelper.cs
- ExpressionNode.cs
- TypeUsageBuilder.cs
- SamlConditions.cs
- XmlArrayItemAttributes.cs
- PropertyDescriptorGridEntry.cs
- DefaultAutoFieldGenerator.cs
- Font.cs
- PlatformCulture.cs
- XmlAttributes.cs
- FederatedMessageSecurityOverHttpElement.cs
- InheritanceAttribute.cs
- Metafile.cs
- ContourSegment.cs
- EntityDataSourceChangedEventArgs.cs
- CheckBoxPopupAdapter.cs
- InvalidEnumArgumentException.cs
- ConsoleTraceListener.cs
- SqlDeflator.cs
- TreeNodeClickEventArgs.cs