Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / WmfPlaceableFileHeader.cs / 1305376 / 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
- WrappedIUnknown.cs
- VisualCollection.cs
- ScrollViewerAutomationPeer.cs
- NotifyCollectionChangedEventArgs.cs
- CodeTypeDeclaration.cs
- VirtualDirectoryMappingCollection.cs
- UserControlBuildProvider.cs
- SHA512CryptoServiceProvider.cs
- OleDbMetaDataFactory.cs
- CatalogPartDesigner.cs
- AttributedMetaModel.cs
- CommandLineParser.cs
- OverlappedAsyncResult.cs
- InfoCardRSACryptoProvider.cs
- FixedHighlight.cs
- WebAdminConfigurationHelper.cs
- CopyOnWriteList.cs
- BooleanProjectedSlot.cs
- XmlBoundElement.cs
- UIElement.cs
- BatchWriter.cs
- JapaneseLunisolarCalendar.cs
- TreeNodeEventArgs.cs
- StorageInfo.cs
- ProxyGenerationError.cs
- SessionStateUtil.cs
- CqlLexer.cs
- QueryCacheEntry.cs
- BaseTemplateParser.cs
- ChangesetResponse.cs
- CatalogPart.cs
- StringFunctions.cs
- HostingEnvironmentWrapper.cs
- PageAsyncTask.cs
- Trace.cs
- HostingEnvironment.cs
- OutOfMemoryException.cs
- TrackingLocationCollection.cs
- IndexedSelectQueryOperator.cs
- MD5.cs
- UnsafeNativeMethods.cs
- SynchronizationContext.cs
- MessagingActivityHelper.cs
- JavaScriptObjectDeserializer.cs
- webbrowsersite.cs
- CurrentChangingEventArgs.cs
- X509UI.cs
- CombinedGeometry.cs
- CompilerGeneratedAttribute.cs
- WebControlParameterProxy.cs
- ClosableStream.cs
- unsafeIndexingFilterStream.cs
- WindowsButton.cs
- SuppressMergeCheckAttribute.cs
- TypeExtensions.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- cookiecontainer.cs
- BitmapEffectCollection.cs
- ManagementDateTime.cs
- DataSetMappper.cs
- PathStreamGeometryContext.cs
- SqlUtil.cs
- Renderer.cs
- MarkupCompilePass1.cs
- DelegateHelpers.cs
- Point3DAnimationUsingKeyFrames.cs
- EnumValidator.cs
- PolyLineSegment.cs
- DropSource.cs
- EntityDataSourceUtil.cs
- RestClientProxyHandler.cs
- SmiGettersStream.cs
- ManagementExtension.cs
- InputEventArgs.cs
- XmlBinaryWriterSession.cs
- AtomServiceDocumentSerializer.cs
- TableAutomationPeer.cs
- NativeMethodsCLR.cs
- ByteAnimation.cs
- ColorConverter.cs
- TextEditor.cs
- DataListCommandEventArgs.cs
- TransportSecurityProtocolFactory.cs
- ErrorHandler.cs
- Regex.cs
- RelatedCurrencyManager.cs
- NavigationProgressEventArgs.cs
- ValidatorCollection.cs
- DataGridViewColumnTypePicker.cs
- StatusBarItemAutomationPeer.cs
- SoapIgnoreAttribute.cs
- CompoundFileIOPermission.cs
- DataServices.cs
- LayoutDump.cs
- ResourceSetExpression.cs
- CommandLineParser.cs
- ImageEditor.cs
- HebrewCalendar.cs
- x509utils.cs
- SmiRecordBuffer.cs