Code:
/ 4.0 / 4.0 / 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.] ///// 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
- Update.cs
- LinqToSqlWrapper.cs
- PerformanceCounterPermissionAttribute.cs
- XamlContextStack.cs
- JavaScriptObjectDeserializer.cs
- DrawingGroup.cs
- InvocationExpression.cs
- DesignerLoader.cs
- InternalDispatchObject.cs
- Command.cs
- TrustManagerMoreInformation.cs
- SqlConnectionStringBuilder.cs
- SqlNodeTypeOperators.cs
- ScriptHandlerFactory.cs
- PeerNeighborManager.cs
- ImagingCache.cs
- NTAccount.cs
- EventMappingSettings.cs
- MsmqHostedTransportManager.cs
- BitmapEncoder.cs
- ProfilePropertySettings.cs
- QuaternionRotation3D.cs
- ExceptionValidationRule.cs
- SmtpTransport.cs
- TransformBlockRequest.cs
- ContentFilePart.cs
- FixedSOMPage.cs
- ServiceNotStartedException.cs
- GC.cs
- UpdatableWrapper.cs
- SelectedDatesCollection.cs
- DynamicPropertyReader.cs
- TextLineBreak.cs
- InvokeAction.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- RedistVersionInfo.cs
- TableSectionStyle.cs
- SqlBulkCopy.cs
- HtmlInputSubmit.cs
- ManualResetEvent.cs
- DrawingContext.cs
- PackWebRequest.cs
- AbsoluteQuery.cs
- PerformanceCounterScope.cs
- ToolboxItemCollection.cs
- OAVariantLib.cs
- SymmetricAlgorithm.cs
- DataStreamFromComStream.cs
- CodeMethodInvokeExpression.cs
- Int32AnimationUsingKeyFrames.cs
- GeometryCombineModeValidation.cs
- FileDialogCustomPlace.cs
- MasterPageParser.cs
- TokenCreationException.cs
- ObjectDataSourceFilteringEventArgs.cs
- UnsafeNativeMethodsPenimc.cs
- SqlTriggerContext.cs
- Misc.cs
- ChildDocumentBlock.cs
- Select.cs
- WriterOutput.cs
- ExtensionSurface.cs
- WindowsScrollBarBits.cs
- DynamicUpdateCommand.cs
- ListManagerBindingsCollection.cs
- DataGridViewSortCompareEventArgs.cs
- WindowsButton.cs
- RuntimeIdentifierPropertyAttribute.cs
- NamespaceTable.cs
- OutputCacheSection.cs
- SettingsAttributeDictionary.cs
- TextRangeSerialization.cs
- HttpConfigurationContext.cs
- QilCloneVisitor.cs
- ReferentialConstraintRoleElement.cs
- SchemaMapping.cs
- SchemaAttDef.cs
- XamlSerializationHelper.cs
- MessagePropertyAttribute.cs
- SafeCryptContextHandle.cs
- RegisteredDisposeScript.cs
- QueryCacheEntry.cs
- ToolStripContentPanelDesigner.cs
- LineProperties.cs
- DesignerGenericWebPart.cs
- Margins.cs
- ReaderContextStackData.cs
- TextServicesCompartmentEventSink.cs
- OracleNumber.cs
- CustomAttributeBuilder.cs
- PipelineModuleStepContainer.cs
- MethodExpr.cs
- ServiceProviders.cs
- TextTreeFixupNode.cs
- TdsParserSafeHandles.cs
- XmlRootAttribute.cs
- ButtonPopupAdapter.cs
- MetadataCacheItem.cs
- SecurityUtils.cs
- NegatedConstant.cs