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
- PrintPreviewGraphics.cs
- RectAnimationClockResource.cs
- RangeValuePatternIdentifiers.cs
- FlowLayout.cs
- FocusTracker.cs
- IndicShape.cs
- DynamicPropertyReader.cs
- MergeFailedEvent.cs
- MediaCommands.cs
- Lock.cs
- CellConstant.cs
- SchemaDeclBase.cs
- LinkArea.cs
- PhonemeEventArgs.cs
- followingquery.cs
- DeleteHelper.cs
- ConstraintManager.cs
- DocumentEventArgs.cs
- PasswordRecovery.cs
- SqlUdtInfo.cs
- ScriptIgnoreAttribute.cs
- RepeatInfo.cs
- CodeTypeDelegate.cs
- NumberFormatter.cs
- PointIndependentAnimationStorage.cs
- SimpleHandlerFactory.cs
- TextSelectionProcessor.cs
- FilterUserControlBase.cs
- Model3DGroup.cs
- Visitor.cs
- WebPartZone.cs
- ReceiveErrorHandling.cs
- NavigateEvent.cs
- ResXResourceWriter.cs
- ContainerAction.cs
- InheritanceAttribute.cs
- handlecollector.cs
- ProfileGroupSettingsCollection.cs
- PlacementWorkspace.cs
- Inline.cs
- MessageSecurityProtocol.cs
- Message.cs
- DocumentSequenceHighlightLayer.cs
- TracePayload.cs
- OleDbDataAdapter.cs
- CTreeGenerator.cs
- GroupStyle.cs
- JournalEntryListConverter.cs
- DataControlField.cs
- BigInt.cs
- PagesSection.cs
- Transform.cs
- ExpressionBuilderContext.cs
- BaseResourcesBuildProvider.cs
- PageVisual.cs
- DataGridViewComboBoxEditingControl.cs
- SourceSwitch.cs
- CategoryAttribute.cs
- DescendantBaseQuery.cs
- DispatchWrapper.cs
- RuleSettings.cs
- StaticSiteMapProvider.cs
- embossbitmapeffect.cs
- SynchronizedChannelCollection.cs
- TypeUtil.cs
- SpotLight.cs
- Utils.cs
- Wizard.cs
- ToolStripButton.cs
- rsa.cs
- HtmlListAdapter.cs
- SqlDelegatedTransaction.cs
- DragSelectionMessageFilter.cs
- XpsDigitalSignature.cs
- WindowsRebar.cs
- HtmlInputFile.cs
- TypeElement.cs
- ScopeCollection.cs
- EntityTransaction.cs
- InplaceBitmapMetadataWriter.cs
- DeclarationUpdate.cs
- AxImporter.cs
- CodeVariableReferenceExpression.cs
- List.cs
- HistoryEventArgs.cs
- ThreadSafeList.cs
- InternalUserCancelledException.cs
- IItemProperties.cs
- EventBuilder.cs
- BamlCollectionHolder.cs
- XamlClipboardData.cs
- Point3DAnimation.cs
- PrincipalPermission.cs
- SmtpSection.cs
- AsyncResult.cs
- InternalSafeNativeMethods.cs
- XmlSerializerSection.cs
- Bezier.cs
- CapabilitiesSection.cs
- StateValidator.cs