EmfPlusRecordType Enumeration
Specifies the methods available for use with a metafile to read and write graphic commands. The members of this enumeration come in three groups:
[Visual Basic] <Serializable> Public Enum EmfPlusRecordType [C#] [Serializable] public enum EmfPlusRecordType [C++] [Serializable] __value public enum EmfPlusRecordType [JScript] public Serializable enum EmfPlusRecordType
Remarks
GDI+ uses the enhanced Windows metafile image format (EMF). The EMF format contains a comment mechanism for embedding data within the metafile. This comment mechanism is used to embed GDI+ records within an EMF file. EMF files that contain GDI+ data are called EMF+ files. Applications that do not recognize the comment data skip the comment records and render the records they do understand. If the EMF+ file is played back by GDI+, then the GDI+ records are used to render the metafile; otherwise, the GDI records (if present) are used.
Members
| Member name | Description |
|---|---|
| BeginContainer | See BeginContainer _Methods. |
| BeginContainerNoParams | See BeginContainer _Methods. |
| Clear | See Graphics.Clear. |
| Comment | See Graphics.AddMetafileComment. |
| DrawArc | See DrawArc Methods. |
| DrawBeziers | See DrawBeziers Methods. |
| DrawClosedCurve | See DrawClosedCurve Methods. |
| DrawCurve | See DrawCurve Methods. |
| DrawDriverString | Specifies a character string, a location, and formatting information. |
| DrawEllipse | See DrawEllipse Methods. |
| DrawImage | See DrawImage Methods. |
| DrawImagePoints | See DrawImage Methods. |
| DrawLines | See DrawLines Methods. |
| DrawPath | See Graphics.DrawPath. |
| DrawPie | See DrawPie Methods. |
| DrawRects | See DrawRectangles Methods. |
| DrawString | See DrawString Methods. |
| EmfAbortPath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfAlphaBlend | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfAngleArc | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfArcTo | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfBeginPath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfBitBlt | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfChord | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfCloseFigure | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfColorCorrectPalette | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfColorMatchToTargetW | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfCreateBrushIndirect | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfCreateColorSpace | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfCreateColorSpaceW | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfCreateDibPatternBrushPt | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfCreateMonoBrush | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfCreatePalette | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfCreatePen | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfDeleteColorSpace | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfDeleteObject | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfDrawEscape | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfEllipse | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfEndPath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfEof | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfExcludeClipRect | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfExtCreateFontIndirect | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfExtCreatePen | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfExtEscape | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfExtFloodFill | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfExtSelectClipRgn | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfExtTextOutA | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfExtTextOutW | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfFillPath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfFillRgn | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfFlattenPath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfForceUfiMapping | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfFrameRgn | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfGdiComment | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfGlsBoundedRecord | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfGlsRecord | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfGradientFill | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfHeader | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfIntersectClipRect | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfInvertRgn | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfLineTo | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfMaskBlt | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfMax | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfMin | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfModifyWorldTransform | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfMoveToEx | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfNamedEscpae | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfOffsetClipRgn | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPaintRgn | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPie | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPixelFormat | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPlgBlt | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPlusRecordBase | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyBezier | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyBezier16 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyBezierTo | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyBezierTo16 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyDraw | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyDraw16 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolygon | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolygon16 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyline | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyline16 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyLineTo | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolylineTo16 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyPolygon | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyPolygon16 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyPolyline | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyPolyline16 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyTextOutA | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfPolyTextOutW | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfRealizePalette | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfRectangle | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfReserved069 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfReserved117 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfResizePalette | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfRestoreDC | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfRoundArc | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfRoundRect | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSaveDC | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfScaleViewportExtEx | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfScaleWindowExtEx | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSelectClipPath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSelectObject | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSelectPalette | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetArcDirection | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetBkColor | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetBkMode | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetBrushOrgEx | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetColorAdjustment | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetColorSpace | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetDIBitsToDevice | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetIcmMode | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetIcmProfileA | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetIcmProfileW | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetLayout | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetLinkedUfis | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetMapMode | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetMapperFlags | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetMetaRgn | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetMiterLimit | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetPaletteEntries | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetPixelV | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetPolyFillMode | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetROP2 | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetStretchBltMode | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetTextAlign | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetTextColor | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetTextJustification | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetViewportExtEx | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetViewportOrgEx | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetWindowExtEx | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetWindowOrgEx | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSetWorldTransform | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfSmallTextOut | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfStartDoc | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfStretchBlt | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfStretchDIBits | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfStrokeAndFillPath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfStrokePath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfTransparentBlt | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EmfWidenPath | See "Enhanced-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| EndContainer | See EndContainer. |
| EndOfFile | Identifies a record that marks the last EMF+ record of a metafile. |
| FillClosedCurve | See FillClosedCurve Methods. |
| FillEllipse | See FillEllipse Methods. |
| FillPath | See Graphics.FillPath. |
| FillPie | See FillPie Methods. |
| FillPolygon | See FillPolygon Methods. |
| FillRects | See FillRectangles Methods. |
| FillRegion | See Graphics.FillRegion. |
| GetDC | See Graphics.GetHdc. |
| Header | Identifies a record that is the EMF+ header. |
| Invalid | Indicates invalid data. |
| Max | The maximum value for this enumeration. |
| Min | The minimum value for this enumeration. |
| MultiFormatEnd | Marks the end of a multiple-format section. |
| MultiFormatSection | Marks a multiple-format section. |
| MultiFormatStart | Marks the start of a multiple-format section. |
| MultiplyWorldTransform | See MultiplyTransform Methods. |
| Object | Marks an object. |
| OffsetClip | See TranslateClip Methods. |
| ResetClip | See Graphics.ResetClip. |
| ResetWorldTransform | See Graphics.ResetTransform. |
| Restore | See Graphics.Restore. |
| RotateWorldTransform | See RotateTransform Methods. |
| Save | See Graphics.Save. |
| ScaleWorldTransform | See ScaleTransform Methods. |
| SetAntiAliasMode | See Graphics.SmoothingMode. |
| SetClipPath | See SetClip Methods. |
| SetClipRect | See SetClip Methods. |
| SetClipRegion | See SetClip Methods. |
| SetCompositingMode | See Graphics.CompositingMode. |
| SetCompositingQuality | See Graphics.CompositingQuality. |
| SetInterpolationMode | See Graphics.InterpolationMode. |
| SetPageTransform | See Graphics. TransformPoints Methods. |
| SetPixelOffsetMode | See Graphics.PixelOffsetMode. |
| SetRenderingOrigin | See Graphics.RenderingOrigin. |
| SetTextContrast | See Graphics.TextContrast. |
| SetTextRenderingHint | See Graphics.TextRenderingHint. |
| SetWorldTransform | See Graphics. TransformPoints Methods. |
| Total | Used internally. |
| TranslateWorldTransform | See Graphics. TransformPoints Methods. |
| WmfAnimatePalette | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfArc | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfBitBlt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfChord | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfCreateBrushIndirect | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfCreateFontIndirect | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfCreatePalette | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfCreatePatternBrush | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfCreatePenIndirect | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfCreateRegion | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfDeleteObject | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfDibBitBlt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfDibCreatePatternBrush | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfDibStretchBlt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfEllipse | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfEscape | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfExcludeClipRect | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfExtFloodFill | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfExtTextOut | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfFillRegion | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfFloodFill | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfFrameRegion | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfIntersectClipRect | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfInvertRegion | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfLineTo | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfMoveTo | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfOffsetCilpRgn | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfOffsetViewportOrg | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfOffsetWindowOrg | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfPaintRegion | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfPatBlt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfPie | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfPolygon | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfPolyline | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfPolyPolygon | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfRealizePalette | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfRecordBase | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfRectangle | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfResizePalette | Increases or decreases the size of a logical palette based on the specified value. |
| WmfRestoreDC | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfRoundRect | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSaveDC | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfScaleViewportExt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfScaleWindowExt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSelectClipRegion | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSelectObject | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSelectPalette | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetBkColor | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetBkMode | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetDibToDev | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetLayout | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetMapMode | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetMapperFlags | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetPalEntries | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetPixel | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetPolyFillMode | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetRelAbs | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetROP2 | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetStretchBltMode | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetTextAlign | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetTextCharExtra | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetTextColor | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetTextJustification | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetViewportExt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetViewportOrg | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetWindowExt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfSetWindowOrg | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfStretchBlt | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
| WmfStretchDib | Copies the color data for a rectangle of pixels in a DIB to the specified destination rectangle. |
| WmfTextOut | See "Windows-Format Metafiles" in the GDI section of the Platform SDK documentation. |
Requirements
Namespace: System.Drawing.Imaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)