Enum EmfPlusRecordType
EmfPlusRecordType enumeration
Specifies the methods available for use with a metafile to read and write graphic commands.
public enum EmfPlusRecordType
Values
Name | Value | Description |
---|---|---|
EmfHeader | 1 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfMin | 1 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyBezier | 2 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolygon | 3 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyline | 4 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyBezierTo | 5 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyLineTo | 6 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyPolyline | 7 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyPolygon | 8 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetWindowExtEx | 9 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetWindowOrgEx | 10 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetViewportExtEx | 11 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetViewportOrgEx | 12 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetBrushOrgEx | 13 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfEof | 14 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetPixelV | 15 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetMapperFlags | 16 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetMapMode | 17 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetBkMode | 18 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetPolyFillMode | 19 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetROP2 | 20 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetStretchBltMode | 21 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetTextAlign | 22 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetColorAdjustment | 23 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetTextColor | 24 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetBkColor | 25 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfOffsetClipRgn | 26 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfMoveToEx | 27 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetMetaRgn | 28 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfExcludeClipRect | 29 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfIntersectClipRect | 30 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfScaleViewportExtEx | 31 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfScaleWindowExtEx | 32 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSaveDC | 33 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfRestoreDC | 34 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetWorldTransform | 35 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfModifyWorldTransform | 36 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSelectObject | 37 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfCreatePen | 38 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfCreateBrushIndirect | 39 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfDeleteObject | 40 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfAngleArc | 41 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfEllipse | 42 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfRectangle | 43 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfRoundRect | 44 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfRoundArc | 45 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfChord | 46 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPie | 47 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSelectPalette | 48 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfCreatePalette | 49 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetPaletteEntries | 50 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfResizePalette | 51 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfRealizePalette | 52 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfExtFloodFill | 53 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfLineTo | 54 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfArcTo | 55 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyDraw | 56 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetArcDirection | 57 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetMiterLimit | 58 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfBeginPath | 59 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfEndPath | 60 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfCloseFigure | 61 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfFillPath | 62 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfStrokeAndFillPath | 63 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfStrokePath | 64 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfFlattenPath | 65 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfWidenPath | 66 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSelectClipPath | 67 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfAbortPath | 68 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfReserved069 | 69 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfGdiComment | 70 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfFillRgn | 71 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfFrameRgn | 72 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfInvertRgn | 73 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPaintRgn | 74 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfExtSelectClipRgn | 75 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfBitBlt | 76 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfStretchBlt | 77 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfMaskBlt | 78 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPlgBlt | 79 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetDIBitsToDevice | 80 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfStretchDIBits | 81 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfExtCreateFontIndirect | 82 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfExtTextOutA | 83 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfExtTextOutW | 84 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyBezier16 | 85 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolygon16 | 86 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyline16 | 87 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyBezierTo16 | 88 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolylineTo16 | 89 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyPolyline16 | 90 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyPolygon16 | 91 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyDraw16 | 92 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfCreateMonoBrush | 93 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfCreateDibPatternBrushPt | 94 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfExtCreatePen | 95 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyTextOutA | 96 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPolyTextOutW | 97 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetIcmMode | 98 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfCreateColorSpace | 99 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetColorSpace | 100 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfDeleteColorSpace | 101 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfGlsRecord | 102 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfGlsBoundedRecord | 103 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPixelFormat | 104 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfDrawEscape | 105 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfExtEscape | 106 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfStartDoc | 107 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSmallTextOut | 108 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfForceUfiMapping | 109 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfNamedEscpae | 110 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfColorCorrectPalette | 111 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetIcmProfileA | 112 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetIcmProfileW | 113 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfAlphaBlend | 114 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetLayout | 115 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfTransparentBlt | 116 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfReserved117 | 117 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfGradientFill | 118 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetLinkedUfis | 119 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfSetTextJustification | 120 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfColorMatchToTargetW | 121 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfCreateColorSpaceW | 122 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfMax | 122 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
EmfPlusRecordBase | 16384 | See “Enhanced-Format Metafiles” in the GDI section of the MSDN Library. |
Invalid | 16384 | Indicates invalid data. |
Header | 16385 | Identifies a record that is the EMF+ header. |
Min | 16385 | The minimum value for this enumeration. |
EndOfFile | 16386 | Identifies a record that marks the last EMF+ record of a metafile. |
Comment | 16387 | See AddMetafileComment. |
GetDC | 16388 | See GetHdc. |
MultiFormatStart | 16389 | Marks the start of a multiple-format section. |
MultiFormatSection | 16390 | Marks a multiple-format section. |
MultiFormatEnd | 16391 | Marks the end of a multiple-format section. |
Object | 16392 | Marks an object. |
Clear | 16393 | See Clear. |
FillRects | 16394 | See FillRectangles methods. |
DrawRects | 16395 | See DrawRectangles methods. |
FillPolygon | 16396 | See FillPolygon methods. |
DrawLines | 16397 | See DrawLines methods. |
FillEllipse | 16398 | See FillEllipse methods. |
DrawEllipse | 16399 | See DrawEllipse methods. |
FillPie | 16400 | See FillPie methods. |
DrawPie | 16401 | See DrawPie methods. |
DrawArc | 16402 | See DrawArc methods. |
FillRegion | 16403 | See FillRegion. |
FillPath | 16404 | See FillPath. |
DrawPath | 16405 | See DrawPath. |
FillClosedCurve | 16406 | See FillClosedCurve methods. |
DrawClosedCurve | 16407 | See DrawClosedCurve methods. |
DrawCurve | 16408 | See DrawCurve methods. |
DrawBeziers | 16409 | See DrawBeziers methods. |
DrawImage | 16410 | See DrawImage methods. |
DrawImagePoints | 16411 | See DrawImagePoints methods. |
DrawString | 16412 | See DrawString methods. |
SetRenderingOrigin | 16413 | See RenderingOrigin. |
SetAntiAliasMode | 16414 | See SmoothingMode. |
SetTextRenderingHint | 16415 | See TextRenderingHint. |
SetTextContrast | 16416 | See TextContrast. |
SetInterpolationMode | 16417 | See InterpolationMode. |
SetPixelOffsetMode | 16418 | See PixelOffsetMode. |
SetCompositingMode | 16419 | See CompositingMode. |
SetCompositingQuality | 16420 | See CompositingQuality. |
Save | 16421 | See Save. |
Restore | 16422 | See Restore. |
BeginContainer | 16423 | See BeginContainer methods. |
BeginContainerNoParams | 16424 | See BeginContainer methods. |
EndContainer | 16425 | See EndContainer. |
SetWorldTransform | 16426 | See TransformPoints methods. |
ResetWorldTransform | 16427 | See ResetTransform. |
MultiplyWorldTransform | 16428 | See MultiplyTransform methods. |
TranslateWorldTransform | 16429 | See TransformPoints methods. |
ScaleWorldTransform | 16430 | See ScaleTransform methods. |
RotateWorldTransform | 16431 | See RotateTransform methods. |
SetPageTransform | 16432 | See TransformPoints methods. |
ResetClip | 16433 | See ResetClip. |
SetClipRect | 16434 | See SetClip methods. |
SetClipPath | 16435 | See SetClip methods. |
SetClipRegion | 16436 | See SetClip methods. |
OffsetClip | 16437 | See TranslateClip methods. |
DrawDriverString | 16438 | Specifies a character string, a location, and formatting information. |
Max | 16438 | The maximum value for this enumeration. |
Total | 16439 | Used internally. |
WmfRecordBase | 65536 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSaveDC | 65566 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfRealizePalette | 65589 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetPalEntries | 65591 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfCreatePalette | 65783 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetBkMode | 65794 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetMapMode | 65795 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetROP2 | 65796 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetRelAbs | 65797 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetPolyFillMode | 65798 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetStretchBltMode | 65799 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetTextCharExtra | 65800 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfRestoreDC | 65831 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfInvertRegion | 65834 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfPaintRegion | 65835 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSelectClipRegion | 65836 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSelectObject | 65837 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetTextAlign | 65838 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfResizePalette | 65849 | Increases or decreases the size of a logical palette based on the specified value. |
WmfDibCreatePatternBrush | 65858 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetLayout | 65865 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfDeleteObject | 66032 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfCreatePatternBrush | 66041 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetBkColor | 66049 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetTextColor | 66057 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetTextJustification | 66058 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetWindowOrg | 66059 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetWindowExt | 66060 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetViewportOrg | 66061 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetViewportExt | 66062 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfOffsetWindowOrg | 66063 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfOffsetViewportOrg | 66065 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfLineTo | 66067 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfMoveTo | 66068 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfOffsetCilpRgn | 66080 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfFillRegion | 66088 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetMapperFlags | 66097 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSelectPalette | 66100 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfCreatePenIndirect | 66298 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfCreateFontIndirect | 66299 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfCreateBrushIndirect | 66300 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfPolygon | 66340 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfPolyline | 66341 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfScaleWindowExt | 66576 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfScaleViewportExt | 66578 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfExcludeClipRect | 66581 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfIntersectClipRect | 66582 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfEllipse | 66584 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfFloodFill | 66585 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfRectangle | 66587 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetPixel | 66591 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfFrameRegion | 66601 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfAnimatePalette | 66614 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfTextOut | 66849 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfPolyPolygon | 66872 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfExtFloodFill | 66888 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfRoundRect | 67100 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfPatBlt | 67101 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfEscape | 67110 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfCreateRegion | 67327 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfArc | 67607 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfPie | 67610 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfChord | 67632 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfBitBlt | 67874 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfDibBitBlt | 67904 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfExtTextOut | 68146 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfStretchBlt | 68387 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfDibStretchBlt | 68417 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfSetDibToDev | 68915 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
WmfStretchDib | 69443 | See “Windows-Format Metafiles” in the GDI section of the MSDN Library. |
See Also
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing