Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CommonUI / System / Drawing / Advanced / METAHEADER.cs / 1 / 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
- NestPullup.cs
- AliasedSlot.cs
- OverflowException.cs
- UidManager.cs
- BindingManagerDataErrorEventArgs.cs
- SafeSerializationManager.cs
- SchemaNamespaceManager.cs
- ProxyWebPartConnectionCollection.cs
- CachedRequestParams.cs
- TimeSpanHelper.cs
- HttpCachePolicy.cs
- Page.cs
- Subtract.cs
- WindowsTokenRoleProvider.cs
- TypeInfo.cs
- DoubleIndependentAnimationStorage.cs
- OracleRowUpdatedEventArgs.cs
- SpanIndex.cs
- ConvertEvent.cs
- TableColumnCollection.cs
- ServicePointManager.cs
- DefaultTextStoreTextComposition.cs
- UnitySerializationHolder.cs
- ResourceCategoryAttribute.cs
- GridViewSortEventArgs.cs
- WsdlImporter.cs
- UTF32Encoding.cs
- ResourceIDHelper.cs
- CheckBox.cs
- RawStylusInputCustomDataList.cs
- InheritedPropertyChangedEventArgs.cs
- ListParagraph.cs
- LinkedResourceCollection.cs
- StandardTransformFactory.cs
- HashHelpers.cs
- ExpressionDumper.cs
- PrintDialog.cs
- TextRangeBase.cs
- SHA384CryptoServiceProvider.cs
- SafeCryptoHandles.cs
- RadioButtonFlatAdapter.cs
- ReadOnlyHierarchicalDataSourceView.cs
- MailWebEventProvider.cs
- OperatingSystem.cs
- AssemblyAttributes.cs
- DataServiceQueryOfT.cs
- StringToken.cs
- Timer.cs
- PartialCachingAttribute.cs
- Parameter.cs
- ParserContext.cs
- TargetInvocationException.cs
- Globals.cs
- NotifyInputEventArgs.cs
- TargetParameterCountException.cs
- AvTraceFormat.cs
- Int16.cs
- HttpRequestTraceRecord.cs
- MessagePartProtectionMode.cs
- PointConverter.cs
- HttpContext.cs
- HScrollProperties.cs
- XsdBuildProvider.cs
- GeometryGroup.cs
- AsnEncodedData.cs
- NameTable.cs
- ParseNumbers.cs
- NumberSubstitution.cs
- XmlSignificantWhitespace.cs
- OleDbDataAdapter.cs
- InvokePattern.cs
- EdmError.cs
- HtmlInputButton.cs
- VirtualizingPanel.cs
- Message.cs
- QueryContinueDragEvent.cs
- TextBlockAutomationPeer.cs
- UIAgentAsyncEndRequest.cs
- SQLBinaryStorage.cs
- CodeParameterDeclarationExpression.cs
- ImageUrlEditor.cs
- MessageQuerySet.cs
- ObfuscationAttribute.cs
- Propagator.JoinPropagator.SubstitutingCloneVisitor.cs
- XmlSchemaType.cs
- XmlElementAttribute.cs
- Pen.cs
- ThaiBuddhistCalendar.cs
- TextEditorDragDrop.cs
- BatchStream.cs
- FileDialogPermission.cs
- FillRuleValidation.cs
- InvokeProviderWrapper.cs
- TypeLibConverter.cs
- LayoutUtils.cs
- InputManager.cs
- RegexBoyerMoore.cs
- IIS7UserPrincipal.cs
- CodeDirectionExpression.cs
- SafeNativeMethods.cs