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
- ObjectDataSourceFilteringEventArgs.cs
- WebPartConnectionsConnectVerb.cs
- MouseWheelEventArgs.cs
- ContainerUIElement3D.cs
- LambdaCompiler.Binary.cs
- DropShadowBitmapEffect.cs
- AsyncDataRequest.cs
- PositiveTimeSpanValidatorAttribute.cs
- DrawTreeNodeEventArgs.cs
- ProcessingInstructionAction.cs
- TableLayoutSettings.cs
- FrameworkTemplate.cs
- StreamGeometry.cs
- SQLInt64Storage.cs
- SimpleType.cs
- StylusPointPropertyInfo.cs
- OutputCacheSettingsSection.cs
- TextElementEnumerator.cs
- CrossAppDomainChannel.cs
- RangeValueProviderWrapper.cs
- ZeroOpNode.cs
- SimpleHandlerBuildProvider.cs
- ChameleonKey.cs
- BufferBuilder.cs
- BigInt.cs
- EventLogPermissionEntry.cs
- PowerModeChangedEventArgs.cs
- XmlWrappingWriter.cs
- RecordBuilder.cs
- BinaryMessageFormatter.cs
- UriWriter.cs
- RouteItem.cs
- XmlValidatingReaderImpl.cs
- ObjectDisposedException.cs
- XPathNavigator.cs
- SequenceFullException.cs
- ExtendedProtectionPolicyElement.cs
- ClientProxyGenerator.cs
- TextContainerChangedEventArgs.cs
- SystemWebSectionGroup.cs
- PersistenceMetadataNamespace.cs
- DocumentPageTextView.cs
- ComponentChangedEvent.cs
- InfoCardSchemas.cs
- FieldAccessException.cs
- RemotingServices.cs
- MembershipAdapter.cs
- GifBitmapDecoder.cs
- InstanceOwnerException.cs
- CryptoKeySecurity.cs
- TextServicesContext.cs
- FunctionImportElement.cs
- DrawingContextWalker.cs
- BufferBuilder.cs
- XmlStreamStore.cs
- PropertyRef.cs
- BaseCollection.cs
- SetState.cs
- DrawingVisualDrawingContext.cs
- StickyNoteAnnotations.cs
- GeometryGroup.cs
- RuleInfoComparer.cs
- ListViewTableCell.cs
- DataChangedEventManager.cs
- ArrayElementGridEntry.cs
- SortKey.cs
- DateTimeFormatInfo.cs
- DefaultAuthorizationContext.cs
- TypeDelegator.cs
- SeekableReadStream.cs
- DataGridAutoFormatDialog.cs
- GridItem.cs
- CaseInsensitiveComparer.cs
- UnsafeNativeMethodsTablet.cs
- GraphicsState.cs
- RegexTree.cs
- SqlGenericUtil.cs
- HandledMouseEvent.cs
- StrokeRenderer.cs
- FrameSecurityDescriptor.cs
- Hashtable.cs
- AsyncWaitHandle.cs
- ProcessInfo.cs
- DockPatternIdentifiers.cs
- GPRECT.cs
- BuildProvider.cs
- HwndSubclass.cs
- StorageBasedPackageProperties.cs
- DbSetClause.cs
- TemplateBindingExtensionConverter.cs
- XhtmlBasicObjectListAdapter.cs
- Pkcs7Recipient.cs
- SystemIPInterfaceStatistics.cs
- HTMLTagNameToTypeMapper.cs
- DbProviderFactories.cs
- ListViewDeletedEventArgs.cs
- MouseActionValueSerializer.cs
- StylusDownEventArgs.cs
- TypeGeneratedEventArgs.cs
- Misc.cs