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
- BaseCollection.cs
- DoubleStorage.cs
- TypeDescriptor.cs
- ColorConvertedBitmap.cs
- AssociationSet.cs
- ExpressionBinding.cs
- TypeBuilder.cs
- DataTableCollection.cs
- TransformDescriptor.cs
- EncryptedKey.cs
- SqlCacheDependencyDatabase.cs
- WebServiceHandlerFactory.cs
- MouseGestureValueSerializer.cs
- CalendarDateRangeChangingEventArgs.cs
- GridLength.cs
- AspNetHostingPermission.cs
- sqlstateclientmanager.cs
- PointF.cs
- DataGrid.cs
- OleDbTransaction.cs
- GeometryModel3D.cs
- EdgeModeValidation.cs
- FigureParaClient.cs
- RenderOptions.cs
- XPathItem.cs
- ContextMenu.cs
- SafeNativeMethods.cs
- Group.cs
- CompositeFontInfo.cs
- ScrollEvent.cs
- SwitchAttribute.cs
- RoutedCommand.cs
- Int64Converter.cs
- MetabaseServerConfig.cs
- MeasureItemEvent.cs
- DataGridTextBoxColumn.cs
- DuplicateMessageDetector.cs
- PeerEndPoint.cs
- DataControlReference.cs
- XmlReflectionMember.cs
- MultiDataTrigger.cs
- DockPatternIdentifiers.cs
- RuleInfoComparer.cs
- XmlWriterTraceListener.cs
- DefaultHttpHandler.cs
- NotifyCollectionChangedEventArgs.cs
- QuadraticBezierSegment.cs
- IBuiltInEvidence.cs
- UriTemplateClientFormatter.cs
- InvokeCompletedEventArgs.cs
- UserControlCodeDomTreeGenerator.cs
- DataGridColumnEventArgs.cs
- DynamicPropertyHolder.cs
- CqlErrorHelper.cs
- ResourceDisplayNameAttribute.cs
- ToolboxItemCollection.cs
- TypeFieldSchema.cs
- ConstantExpression.cs
- PageSetupDialog.cs
- ConstraintManager.cs
- _FtpControlStream.cs
- SrgsNameValueTag.cs
- ToolStripArrowRenderEventArgs.cs
- ArgumentsParser.cs
- BindUriHelper.cs
- XmlSchemaSimpleTypeList.cs
- FileDialog_Vista.cs
- SqlParameter.cs
- RecognitionResult.cs
- sortedlist.cs
- FlowDocument.cs
- QueryOperationResponseOfT.cs
- WindowsFormsHostAutomationPeer.cs
- CustomWebEventKey.cs
- MaxValueConverter.cs
- CursorInteropHelper.cs
- OleDbException.cs
- _SSPISessionCache.cs
- TransactionProtocol.cs
- Substitution.cs
- XmlDictionaryWriter.cs
- CornerRadiusConverter.cs
- MergeFilterQuery.cs
- RuntimeConfigurationRecord.cs
- CodeTypeOfExpression.cs
- Object.cs
- PropertyInfoSet.cs
- FileDialog_Vista_Interop.cs
- MimeParameter.cs
- AttributeTableBuilder.cs
- UInt32Storage.cs
- XmlConvert.cs
- TableParagraph.cs
- FieldNameLookup.cs
- ApplicationServicesHostFactory.cs
- ApplicationHost.cs
- ProcessModelInfo.cs
- SafeHandles.cs
- BaseAppDomainProtocolHandler.cs
- ManipulationDelta.cs