Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / WmfPlaceableFileHeader.cs / 2 / WmfPlaceableFileHeader.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Diagnostics; using System; using System.Drawing; using System.Runtime.InteropServices; ////// /// Defines an Placeable Metafile. /// [StructLayout(LayoutKind.Sequential)] public sealed class WmfPlaceableFileHeader { int key = unchecked((int)0x9aC6CDD7); short hmf; short bboxLeft; short bboxTop; short bboxRight; short bboxBottom; short inch; int reserved; short checksum; ////// /// Indicates the presence of a placeable /// metafile header. /// public int Key { get { return key; } set { key = value; } } ////// /// Stores the handle of the metafile in /// memory. /// public short Hmf { get { return hmf; } set { hmf = value; } } ////// /// The x-coordinate of the upper-left corner /// of the bounding rectangle of the metafile image on the output device. /// public short BboxLeft { get { return bboxLeft; } set { bboxLeft = value; } } ////// /// public short BboxTop { get { return bboxTop; } set { bboxTop = value; } } ////// The y-coordinate of the upper-left corner of the bounding rectangle of the /// metafile image on the output device. /// ////// /// public short BboxRight { get { return bboxRight; } set { bboxRight = value; } } ////// The x-coordinate of the lower-right corner of the bounding rectangle of the /// metafile image on the output device. /// ////// /// public short BboxBottom { get { return bboxBottom; } set { bboxBottom = value; } } ////// The y-coordinate of the lower-right corner of the bounding rectangle of the /// metafile image on the output device. /// ////// /// Indicates the number of twips per inch. /// public short Inch { get { return inch; } set { inch = value; } } ////// /// Reserved. Do not use. /// public int Reserved { get { return reserved; } set { reserved = value; } } ////// /// public short Checksum { get { return checksum; } set { checksum = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Indicates the checksum value for the /// previous ten WORDs in the header. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Diagnostics; using System; using System.Drawing; using System.Runtime.InteropServices; ////// /// Defines an Placeable Metafile. /// [StructLayout(LayoutKind.Sequential)] public sealed class WmfPlaceableFileHeader { int key = unchecked((int)0x9aC6CDD7); short hmf; short bboxLeft; short bboxTop; short bboxRight; short bboxBottom; short inch; int reserved; short checksum; ////// /// Indicates the presence of a placeable /// metafile header. /// public int Key { get { return key; } set { key = value; } } ////// /// Stores the handle of the metafile in /// memory. /// public short Hmf { get { return hmf; } set { hmf = value; } } ////// /// The x-coordinate of the upper-left corner /// of the bounding rectangle of the metafile image on the output device. /// public short BboxLeft { get { return bboxLeft; } set { bboxLeft = value; } } ////// /// public short BboxTop { get { return bboxTop; } set { bboxTop = value; } } ////// The y-coordinate of the upper-left corner of the bounding rectangle of the /// metafile image on the output device. /// ////// /// public short BboxRight { get { return bboxRight; } set { bboxRight = value; } } ////// The x-coordinate of the lower-right corner of the bounding rectangle of the /// metafile image on the output device. /// ////// /// public short BboxBottom { get { return bboxBottom; } set { bboxBottom = value; } } ////// The y-coordinate of the lower-right corner of the bounding rectangle of the /// metafile image on the output device. /// ////// /// Indicates the number of twips per inch. /// public short Inch { get { return inch; } set { inch = value; } } ////// /// Reserved. Do not use. /// public int Reserved { get { return reserved; } set { reserved = value; } } ////// /// public short Checksum { get { return checksum; } set { checksum = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Indicates the checksum value for the /// previous ten WORDs in the header. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridColumnHeadersPresenterAutomationPeer.cs
- TabItem.cs
- Helpers.cs
- MarkupObject.cs
- FormViewInsertedEventArgs.cs
- WindowsProgressbar.cs
- TextTrailingWordEllipsis.cs
- XsdCachingReader.cs
- EntryPointNotFoundException.cs
- ScriptHandlerFactory.cs
- LocalizableResourceBuilder.cs
- HttpModulesSection.cs
- TextRangeEdit.cs
- TypographyProperties.cs
- JsonClassDataContract.cs
- externdll.cs
- Stopwatch.cs
- PhysicalFontFamily.cs
- CollectionViewGroupInternal.cs
- Span.cs
- ExeContext.cs
- VolatileEnlistmentMultiplexing.cs
- DataGridViewTextBoxEditingControl.cs
- DoubleConverter.cs
- DiffuseMaterial.cs
- SystemShuttingDownException.cs
- MultiSelectRootGridEntry.cs
- Grant.cs
- WebServiceHost.cs
- ValidatingReaderNodeData.cs
- FontSource.cs
- KeyInterop.cs
- LogReserveAndAppendState.cs
- WebPartDisplayModeCollection.cs
- WsatTransactionHeader.cs
- OdbcConnectionOpen.cs
- AssociationTypeEmitter.cs
- BaseCodePageEncoding.cs
- URLAttribute.cs
- CanExpandCollapseAllConverter.cs
- TextCompositionManager.cs
- SequentialUshortCollection.cs
- ExtensionFile.cs
- SocketException.cs
- DiscoveryClientBindingElement.cs
- Utils.cs
- ColumnHeader.cs
- TdsParserSessionPool.cs
- DataGridToolTip.cs
- UnionExpr.cs
- FormViewInsertedEventArgs.cs
- Set.cs
- ScriptingWebServicesSectionGroup.cs
- ConfigurationCollectionAttribute.cs
- WebPartExportVerb.cs
- ReaderWriterLock.cs
- IntSecurity.cs
- WebDescriptionAttribute.cs
- HitTestParameters.cs
- ProtocolsSection.cs
- BitmapCodecInfo.cs
- ApplyTemplatesAction.cs
- ToolStripItemRenderEventArgs.cs
- BooleanAnimationUsingKeyFrames.cs
- HierarchicalDataBoundControlAdapter.cs
- ScriptReference.cs
- DesignerTransactionCloseEvent.cs
- FormViewDeleteEventArgs.cs
- HyperLink.cs
- Variable.cs
- _ListenerResponseStream.cs
- CryptoApi.cs
- PenThread.cs
- ReferenceSchema.cs
- DataControlHelper.cs
- ExceptQueryOperator.cs
- ColorConvertedBitmapExtension.cs
- TileModeValidation.cs
- ConfigsHelper.cs
- ConditionalExpression.cs
- TraceListener.cs
- TypedTableBaseExtensions.cs
- ComponentResourceKey.cs
- PermissionListSet.cs
- BreakSafeBase.cs
- NullableBoolConverter.cs
- Component.cs
- CompiledQueryCacheEntry.cs
- WebSysDisplayNameAttribute.cs
- RegexCompiler.cs
- StringFunctions.cs
- Matrix3DValueSerializer.cs
- XPathChildIterator.cs
- ProcessHostFactoryHelper.cs
- ArraySortHelper.cs
- ServiceModelInstallComponent.cs
- ResponseStream.cs
- TextViewSelectionProcessor.cs
- DataGridViewTopLeftHeaderCell.cs
- ScriptingAuthenticationServiceSection.cs