Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CommonUI / System / Drawing / Advanced / MetafileHeaderEmf.cs / 1305376 / MetafileHeaderEmf.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Drawing.Imaging { using System.Diagnostics; using System; using System.Drawing; using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] internal class MetafileHeaderEmf { /// 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; public int version; public EmfPlusFlags emfPlusFlags = 0; public float dpiX; public float dpiY; public int X; public int Y; public int Width; public int Height; public SafeNativeMethods.ENHMETAHEADER EmfHeader; public int EmfPlusHeaderSize; public int LogicalDpiX; public int LogicalDpiY; } } // 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
- Grant.cs
- SystemPens.cs
- WinEventHandler.cs
- Exceptions.cs
- RequestValidator.cs
- clipboard.cs
- ServiceBehaviorElement.cs
- StringBlob.cs
- XamlSerializer.cs
- OracleString.cs
- SystemTcpStatistics.cs
- DecimalConstantAttribute.cs
- HelpOperationInvoker.cs
- OrderByBuilder.cs
- MetadataItemEmitter.cs
- ColorKeyFrameCollection.cs
- shaperfactory.cs
- EnumValidator.cs
- OpenFileDialog.cs
- TextParaClient.cs
- ActivityDesignerAccessibleObject.cs
- Rotation3DAnimationUsingKeyFrames.cs
- SetStoryboardSpeedRatio.cs
- CodeMethodReturnStatement.cs
- Switch.cs
- DependencyPropertyDescriptor.cs
- Sentence.cs
- ContextMenu.cs
- MetadataUtilsSmi.cs
- RangeValidator.cs
- BamlResourceContent.cs
- _HTTPDateParse.cs
- PixelFormatConverter.cs
- ExtendedPropertyDescriptor.cs
- arc.cs
- ColumnMapProcessor.cs
- RepeaterDesigner.cs
- PenContext.cs
- HandlerMappingMemo.cs
- DictionarySectionHandler.cs
- ThreadNeutralSemaphore.cs
- EventProviderWriter.cs
- XmlElementElement.cs
- PaintValueEventArgs.cs
- NotifyParentPropertyAttribute.cs
- CodeNamespaceImportCollection.cs
- StringResourceManager.cs
- TransportElement.cs
- Point.cs
- RootProfilePropertySettingsCollection.cs
- BooleanToVisibilityConverter.cs
- Repeater.cs
- CacheChildrenQuery.cs
- MenuItemCollection.cs
- ColorInterpolationModeValidation.cs
- CodeBlockBuilder.cs
- DataControlButton.cs
- LabelAutomationPeer.cs
- XmlSchemaAppInfo.cs
- WindowsAuthenticationEventArgs.cs
- TranslateTransform.cs
- SmtpTransport.cs
- ProgressBar.cs
- WebAdminConfigurationHelper.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ButtonBaseAutomationPeer.cs
- DiscoveryInnerClientAdhoc11.cs
- UnsafeNativeMethods.cs
- InputLanguageSource.cs
- ElementUtil.cs
- TargetParameterCountException.cs
- ToolStripDropDownClosedEventArgs.cs
- xdrvalidator.cs
- Lazy.cs
- HttpModuleActionCollection.cs
- WindowsSlider.cs
- DataControlCommands.cs
- SemanticBasicElement.cs
- DbParameterCollectionHelper.cs
- ObjectHelper.cs
- DateTimeValueSerializerContext.cs
- ReaderOutput.cs
- PixelFormat.cs
- JournalEntryListConverter.cs
- PermissionSetTriple.cs
- XamlPointCollectionSerializer.cs
- ObjectListDataBindEventArgs.cs
- ActiveXContainer.cs
- ClientScriptManagerWrapper.cs
- DSASignatureDeformatter.cs
- ContainerParaClient.cs
- XmlDataSourceView.cs
- AttributeTable.cs
- ConfigXmlWhitespace.cs
- RestClientProxyHandler.cs
- HiddenFieldPageStatePersister.cs
- Polygon.cs
- ObservableCollectionDefaultValueFactory.cs
- DataGridViewToolTip.cs
- KeyValueInternalCollection.cs