Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / CommonUI / System / Drawing / Advanced / MetafileHeaderWmf.cs / 2 / MetafileHeaderWmf.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=8)] internal class MetafileHeaderWmf { /// 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. /// public MetafileType type = MetafileType.Invalid; public int size = Marshal.SizeOf(typeof(MetafileHeaderWmf)); public int version = 0; public EmfPlusFlags emfPlusFlags=0; public float dpiX = 0; public float dpiY = 0; public int X = 0; public int Y = 0; public int Width = 0; public int Height = 0; //The below datatype, WmfHeader, file is defined natively //as a union with EmfHeader. Since EmfHeader is a larger //structure, we need to pad the struct below so that this //will marshal correctly. [MarshalAs(UnmanagedType.Struct)] public MetaHeader WmfHeader = new MetaHeader(); public int dummy1 = 0; public int dummy2 = 0; public int dummy3 = 0; public int dummy4 = 0; public int EmfPlusHeaderSize = 0; public int LogicalDpiX = 0; public int LogicalDpiY = 0; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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=8)] internal class MetafileHeaderWmf { /// 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. /// public MetafileType type = MetafileType.Invalid; public int size = Marshal.SizeOf(typeof(MetafileHeaderWmf)); public int version = 0; public EmfPlusFlags emfPlusFlags=0; public float dpiX = 0; public float dpiY = 0; public int X = 0; public int Y = 0; public int Width = 0; public int Height = 0; //The below datatype, WmfHeader, file is defined natively //as a union with EmfHeader. Since EmfHeader is a larger //structure, we need to pad the struct below so that this //will marshal correctly. [MarshalAs(UnmanagedType.Struct)] public MetaHeader WmfHeader = new MetaHeader(); public int dummy1 = 0; public int dummy2 = 0; public int dummy3 = 0; public int dummy4 = 0; public int EmfPlusHeaderSize = 0; public int LogicalDpiX = 0; public int LogicalDpiY = 0; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SemanticBasicElement.cs
- QuadTree.cs
- Point3D.cs
- PolyLineSegment.cs
- NonVisualControlAttribute.cs
- DrawListViewColumnHeaderEventArgs.cs
- PointHitTestParameters.cs
- SendingRequestEventArgs.cs
- GridViewDeletedEventArgs.cs
- ZoomPercentageConverter.cs
- PropertyPath.cs
- StyleXamlParser.cs
- HitTestWithPointDrawingContextWalker.cs
- CodeParameterDeclarationExpression.cs
- XmlAttributeAttribute.cs
- FullTextLine.cs
- ContentElement.cs
- List.cs
- XPathArrayIterator.cs
- BinaryReader.cs
- EntityDataSourceView.cs
- CriticalFinalizerObject.cs
- QilChoice.cs
- GridErrorDlg.cs
- AssemblyCache.cs
- ConfigurationManager.cs
- assertwrapper.cs
- precedingsibling.cs
- Config.cs
- BmpBitmapEncoder.cs
- FormViewActionList.cs
- FormViewPagerRow.cs
- XmlQualifiedNameTest.cs
- XmlComplianceUtil.cs
- DataGridTableStyleMappingNameEditor.cs
- ColumnReorderedEventArgs.cs
- ContainerUIElement3D.cs
- TypeUnloadedException.cs
- XPathNodeInfoAtom.cs
- mansign.cs
- DataGridItemCollection.cs
- UserUseLicenseDictionaryLoader.cs
- WebBrowserProgressChangedEventHandler.cs
- MemberInfoSerializationHolder.cs
- BufferedGraphicsManager.cs
- HwndMouseInputProvider.cs
- ObjectViewListener.cs
- CapabilitiesUse.cs
- ContentElementAutomationPeer.cs
- AnnotationElement.cs
- Environment.cs
- RadioButton.cs
- WindowsImpersonationContext.cs
- ProfileService.cs
- HtmlControlPersistable.cs
- DataGridViewCheckBoxCell.cs
- TimersDescriptionAttribute.cs
- RemotingException.cs
- StorageMappingItemLoader.cs
- OverflowException.cs
- CompositionTarget.cs
- CodeValidator.cs
- ReadWriteSpinLock.cs
- PageHandlerFactory.cs
- uribuilder.cs
- ClientRolePrincipal.cs
- MaskedTextBoxTextEditorDropDown.cs
- OpenTypeLayout.cs
- BindingEntityInfo.cs
- PointAnimationClockResource.cs
- RegexCharClass.cs
- WebBrowserProgressChangedEventHandler.cs
- XmlSchemaFacet.cs
- DrawingBrush.cs
- AssemblyAttributesGoHere.cs
- SecurityException.cs
- MultiAsyncResult.cs
- IArgumentProvider.cs
- CodePropertyReferenceExpression.cs
- PropagationProtocolsTracing.cs
- XmlSchemaGroup.cs
- UdpTransportSettingsElement.cs
- DocumentApplicationJournalEntry.cs
- ProvideValueServiceProvider.cs
- BinaryConverter.cs
- HttpListener.cs
- SoapFaultCodes.cs
- TemplateXamlTreeBuilder.cs
- QilFactory.cs
- DetailsViewPagerRow.cs
- AddIn.cs
- ParameterBuilder.cs
- Command.cs
- BindingExpression.cs
- MethodExpr.cs
- SpStreamWrapper.cs
- ChtmlLinkAdapter.cs
- PeerObject.cs
- NetStream.cs
- ServiceChannel.cs