Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / METAHEADER.cs / 2 / 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;
///
///
/// [To be supplied.]
///
[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;
///
///
/// 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; }
}
///
///
/// [To be supplied.]
///
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.
//
//-----------------------------------------------------------------------------
namespace System.Drawing.Imaging {
using System.Diagnostics;
using System.Drawing;
using System;
using System.Runtime.InteropServices;
///
///
/// [To be supplied.]
///
[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;
///
///
/// 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; }
}
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Attributes.cs
- ButtonAutomationPeer.cs
- RecognitionResult.cs
- QilScopedVisitor.cs
- PanelDesigner.cs
- Registry.cs
- Int32RectConverter.cs
- DurationConverter.cs
- UnicodeEncoding.cs
- XmlSigningNodeWriter.cs
- MILUtilities.cs
- ISAPIWorkerRequest.cs
- ScrollChangedEventArgs.cs
- AssociationTypeEmitter.cs
- SpecialNameAttribute.cs
- KerberosSecurityTokenAuthenticator.cs
- RtfFormatStack.cs
- PrimitiveSchema.cs
- WebExceptionStatus.cs
- ActivityExecutionContext.cs
- StylusEditingBehavior.cs
- ExtentCqlBlock.cs
- OperationAbortedException.cs
- LockRecursionException.cs
- SortableBindingList.cs
- IsolationInterop.cs
- Italic.cs
- InlinedLocationReference.cs
- ControllableStoryboardAction.cs
- PropertyChangedEventManager.cs
- ObsoleteAttribute.cs
- HttpResponseInternalWrapper.cs
- TerminateDesigner.cs
- GridView.cs
- DbProviderFactory.cs
- StringTraceRecord.cs
- HtmlToClrEventProxy.cs
- Comparer.cs
- metadatamappinghashervisitor.cs
- UnmanagedMemoryAccessor.cs
- StateRuntime.cs
- WindowsContainer.cs
- TextRangeBase.cs
- PropertyToken.cs
- ScriptControlDescriptor.cs
- OverlappedAsyncResult.cs
- HttpRequest.cs
- RenderingEventArgs.cs
- ObjectCloneHelper.cs
- ConnectionProviderAttribute.cs
- TemplateField.cs
- DispatcherBuilder.cs
- DateTimeFormatInfo.cs
- DBDataPermission.cs
- GeneratedCodeAttribute.cs
- WinFormsSecurity.cs
- OracleSqlParser.cs
- OutOfMemoryException.cs
- StaticContext.cs
- MailAddressCollection.cs
- XmlWrappingReader.cs
- XmlCodeExporter.cs
- ScrollItemProviderWrapper.cs
- DbSetClause.cs
- diagnosticsswitches.cs
- XmlSchemaAnyAttribute.cs
- RowUpdatedEventArgs.cs
- WebScriptMetadataInstanceContextProvider.cs
- Hex.cs
- UIElementHelper.cs
- EncoderParameter.cs
- ProfileGroupSettings.cs
- SiteMapProvider.cs
- RotateTransform.cs
- LocalizableResourceBuilder.cs
- DataGridViewIntLinkedList.cs
- PeerDuplexChannel.cs
- TypefaceMap.cs
- ShortcutKeysEditor.cs
- ObjectItemAssemblyLoader.cs
- Literal.cs
- MessageFault.cs
- SortableBindingList.cs
- XmlSchemaInferenceException.cs
- ResourcesBuildProvider.cs
- ToolboxItemWrapper.cs
- EdmComplexTypeAttribute.cs
- HuffModule.cs
- ToolStripGrip.cs
- ToolStripManager.cs
- GetMemberBinder.cs
- RowBinding.cs
- ClientApiGenerator.cs
- XmlDeclaration.cs
- OdbcErrorCollection.cs
- FixedSOMPage.cs
- SqlDataSourceStatusEventArgs.cs
- HttpWriter.cs
- CodeIndexerExpression.cs
- StatusBarDesigner.cs