Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / METAHEADER.cs / 2 / 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
- WorkflowOperationFault.cs
- DropShadowBitmapEffect.cs
- Inflater.cs
- UnknownBitmapDecoder.cs
- SoapHttpTransportImporter.cs
- WindowsGraphics2.cs
- XamlSerializerUtil.cs
- EventLogTraceListener.cs
- DataObjectCopyingEventArgs.cs
- TypeConverterHelper.cs
- HitTestWithPointDrawingContextWalker.cs
- Transform3DGroup.cs
- EntityProviderFactory.cs
- TogglePatternIdentifiers.cs
- Int16Converter.cs
- SimpleMailWebEventProvider.cs
- TreeBuilderXamlTranslator.cs
- MsdtcWrapper.cs
- TextFormatterContext.cs
- MouseCaptureWithinProperty.cs
- MsmqEncryptionAlgorithm.cs
- ToolboxComponentsCreatingEventArgs.cs
- AccessViolationException.cs
- ModelUIElement3D.cs
- MenuScrollingVisibilityConverter.cs
- ElementsClipboardData.cs
- HyperLinkColumn.cs
- SimpleLine.cs
- GroupDescription.cs
- TextElementEnumerator.cs
- XmlReader.cs
- ComplexPropertyEntry.cs
- StatusBarPanelClickEvent.cs
- StrokeNodeOperations.cs
- ExpressionVisitorHelpers.cs
- WinEventWrap.cs
- CollectionContainer.cs
- Logging.cs
- Literal.cs
- ClientUtils.cs
- GridToolTip.cs
- rsa.cs
- ZipIOExtraField.cs
- WindowsListBox.cs
- RegexMatch.cs
- coordinatorscratchpad.cs
- LayoutSettings.cs
- TagPrefixInfo.cs
- XPathChildIterator.cs
- ExtensionWindowHeader.cs
- XMLSchema.cs
- PrinterSettings.cs
- Path.cs
- DataGridViewColumnHeaderCell.cs
- BlurEffect.cs
- CellPartitioner.cs
- DataMemberFieldEditor.cs
- RoleService.cs
- WebConfigurationHost.cs
- ApplicationServicesHostFactory.cs
- HScrollProperties.cs
- Screen.cs
- CallbackValidatorAttribute.cs
- XamlInterfaces.cs
- CapabilitiesPattern.cs
- basenumberconverter.cs
- TextTreeObjectNode.cs
- MatrixValueSerializer.cs
- AppSecurityManager.cs
- AuthenticatingEventArgs.cs
- SqlDataSource.cs
- VectorAnimationUsingKeyFrames.cs
- MenuItemCollectionEditor.cs
- BlockUIContainer.cs
- PointAnimationClockResource.cs
- ConstraintEnumerator.cs
- XamlWriter.cs
- _NestedSingleAsyncResult.cs
- CodeAttributeDeclarationCollection.cs
- Pair.cs
- ToolStripEditorManager.cs
- CompilerTypeWithParams.cs
- EditableLabelControl.cs
- UriParserTemplates.cs
- ProjectionCamera.cs
- TransactionFlowAttribute.cs
- GridSplitter.cs
- CopyOnWriteList.cs
- CacheEntry.cs
- CompilerWrapper.cs
- MailHeaderInfo.cs
- SqlDataSourceConnectionPanel.cs
- TextBoxBase.cs
- EncoderFallback.cs
- XmlChildNodes.cs
- Page.cs
- WindowClosedEventArgs.cs
- TransformConverter.cs
- JoinTreeNode.cs
- __ConsoleStream.cs