Classes | |
class | BitmapData |
class | ColorMap |
class | ColorMatrix |
class | ColorPalette |
class | Encoder |
class | EncoderParameter |
class | EncoderParameters |
class | FrameDimension |
class | ImageAttributes |
class | ImageCodecInfo |
class | ImageFormat |
class | Metafile |
class | MetafileHeader |
class | PropertyItem |
Typedefs | |
typedef SharedPtr< BitmapData > | BitmapDataPtr |
An alias for a shared pointer to an instance of BitmapData class. More... | |
typedef SharedPtr< ColorMap > | ColorMapPtr |
An alias for a shared pointer to an instance of ColorMap class. More... | |
typedef SharedPtr< ColorMatrix > | ColorMatrixPtr |
An alias for a shared pointer to an instance of the ColorMatrix class. More... | |
typedef SharedPtr< ColorPalette > | ColorPalettePtr |
An alias for a shared pointer to an instance of the ColorPalette class. More... | |
typedef SharedPtr< Encoder > | EncoderPtr |
An alias for a shared pointer to an instance of Encoder class. More... | |
typedef SharedPtr< EncoderParameter > | EncoderParameterPtr |
An alias for a shared pointer to an instance of EncoderParameter class. More... | |
typedef SharedPtr< EncoderParameters > | EncoderParametersPtr |
An alias for a shared pointer to an instance of EncoderParameters class. More... | |
typedef SharedPtr< FrameDimension > | FrameDimensionPtr |
An alias for a shared pointer to an instance of FrameDimension class. More... | |
typedef SharedPtr< ImageAttributes > | ImageAttributesPtr |
An aliast for a shared pointer to an instance of the ImageAttributes class. More... | |
typedef SharedPtr< ImageCodecInfo > | ImageCodecInfoPtr |
An alias for a shared pointer to an instance of ImageCodecInfo class. More... | |
typedef SharedPtr< ImageFormat > | ImageFormatPtr |
An alias for a shared pointer to an instance of ImageFormat class. More... | |
using | PlayRecordCallback = MulticastDelegate< void(EmfPlusRecordType, int32_t, int32_t, IntPtr)> |
A delegate used as a parameter in EnumerateMetafileProc function object. More... | |
An alias for a shared pointer to an instance of BitmapData class.
An alias for a shared pointer to an instance of ColorMap class.
An alias for a shared pointer to an instance of the ColorMatrix class.
An alias for a shared pointer to an instance of the ColorPalette class.
An alias for a shared pointer to an instance of EncoderParameter class.
An alias for a shared pointer to an instance of EncoderParameters class.
An alias for a shared pointer to an instance of Encoder class.
An alias for a shared pointer to an instance of FrameDimension class.
An aliast for a shared pointer to an instance of the ImageAttributes class.
An alias for a shared pointer to an instance of ImageCodecInfo class.
An alias for a shared pointer to an instance of ImageFormat class.
using System::Drawing::Imaging::PlayRecordCallback = typedef MulticastDelegate<void(EmfPlusRecordType, int32_t, int32_t, IntPtr)> |
A delegate used as a parameter in EnumerateMetafileProc function object.
|
strong |
Specifies which objects use color adjustment information.
Enumerator | |
---|---|
Default | Defines color adjustment information that is used by all objects that do not have their own color adjustment information. |
Bitmap | Defines color adjustment information for Bitmap objects. |
Brush | Defines color adjustment information for Brush objects. |
Pen | Defines color adjustment information for Pen objects. |
Text | Defines color adjustment information for text. |
Count | Specifies the number of types specified. |
Any | Specifies the number of types specified. |
|
strong |
|
strong |
Specifies the types of images and colors that will be affected by the color and grayscale adjustment settings of an ImageAttributes object.
Enumerator | |
---|---|
Default | Both colors and grayscale values are color-adjusted. |
SkipGrays | Grayscale values are not color-adjusted. |
AltGrays | Only grayscale values are color-adjusted. |
|
strong |
Represents the methods that can be used with a metafile to read and write graphic commands.
Enumerator | |
---|---|
EmfHeader | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfMin | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyBezier | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolygon | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyline | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyBezierTo | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyLineTo | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyPolyline | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyPolygon | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetWindowExtEx | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetWindowOrgEx | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetViewportExtEx | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetViewportOrgEx | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetBrushOrgEx | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfEof | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetPixelV | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetMapperFlags | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetMapMode | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetBkMode | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetPolyFillMode | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetROP2 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetStretchBltMode | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetTextAlign | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetColorAdjustment | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetTextColor | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetBkColor | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfOffsetClipRgn | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfMoveToEx | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetMetaRgn | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfExcludeClipRect | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfIntersectClipRect | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfScaleViewportExtEx | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfScaleWindowExtEx | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSaveDC | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfRestoreDC | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetWorldTransform | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfModifyWorldTransform | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSelectObject | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfCreatePen | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfCreateBrushIndirect | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfDeleteObject | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfAngleArc | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfEllipse | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfRectangle | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfRoundRect | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfRoundArc | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfChord | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPie | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSelectPalette | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfCreatePalette | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetPaletteEntries | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfResizePalette | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfRealizePalette | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfExtFloodFill | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfLineTo | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfArcTo | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyDraw | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetArcDirection | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetMiterLimit | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfBeginPath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfEndPath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfCloseFigure | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfFillPath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfStrokeAndFillPath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfStrokePath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfFlattenPath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfWidenPath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSelectClipPath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfAbortPath | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfReserved069 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfGdiComment | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfFillRgn | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfFrameRgn | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfInvertRgn | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPaintRgn | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfExtSelectClipRgn | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfBitBlt | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfStretchBlt | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfMaskBlt | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPlgBlt | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetDIBitsToDevice | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfStretchDIBits | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfExtCreateFontIndirect | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfExtTextOutA | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfExtTextOutW | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyBezier16 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolygon16 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyline16 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyBezierTo16 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolylineTo16 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyPolyline16 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyPolygon16 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyDraw16 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfCreateMonoBrush | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfCreateDibPatternBrushPt | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfExtCreatePen | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyTextOutA | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPolyTextOutW | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetIcmMode | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfCreateColorSpace | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetColorSpace | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfDeleteColorSpace | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfGlsRecord | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfGlsBoundedRecord | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPixelFormat | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfDrawEscape | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfExtEscape | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfStartDoc | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSmallTextOut | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfForceUfiMapping | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfNamedEscpae | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfColorCorrectPalette | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetIcmProfileA | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetIcmProfileW | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfAlphaBlend | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetLayout | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfTransparentBlt | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfReserved117 | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfGradientFill | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetLinkedUfis | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfSetTextJustification | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfColorMatchToTargetW | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfCreateColorSpaceW | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfMax | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
EmfPlusRecordBase | Refer to "Enhanced-Format Metafiles" in the GDI section of the MSDN Library. |
Invalid | Invalid data. |
Header | Identifies a record that is the EMF+ header. |
Min | The minimum value for this enumeration. |
EndOfFile | Identifies a record that marks the last EMF+ record of a metafile. |
Comment | Refer to System::Drawing::Graphics::AddMetafileComment(System::Byte[]). |
GetDC | Refer to System::Drawing::Graphics::GetHdc. |
MultiFormatStart | Marks the start of a multiple-format section. |
MultiFormatSection | Marks a multiple-format section. |
MultiFormatEnd | Marks the end of a multiple-format section. |
Object | Marks an object. |
Clear | Refer to System::Drawing::Graphics::Clear(System::Drawing::Color). |
FillRects | Refer to Overload:System::Drawing::Graphics::FillRectangles methods. |
DrawRects | Refer to Overload:System::Drawing::Graphics::DrawRectangles methods. |
FillPolygon | Refer to Overload:System::Drawing::Graphics::FillPolygon methods. |
DrawLines | Refer to Overload:System::Drawing::Graphics::DrawLines methods. |
FillEllipse | Refer to Overload:System::Drawing::Graphics::FillEllipse methods. |
DrawEllipse | Refer to Overload:System::Drawing::Graphics::DrawEllipse methods. |
FillPie | Refer to Overload:System::Drawing::Graphics::FillPie methods. |
DrawPie | Refer to Overload:System::Drawing::Graphics::DrawPie methods. |
DrawArc | Refer to Overload:System::Drawing::Graphics::DrawArc methods. |
FillRegion | Refer to System::Drawing::Graphics::FillRegion(System::Drawing::Brush,System::Drawing::Region). |
FillPath | Refer to System::Drawing::Graphics::FillPath(System::Drawing::Brush,System::Drawing::Drawing2D::GraphicsPath). |
DrawPath | Refer to System::Drawing::Graphics::DrawPath(System::Drawing::Pen,System::Drawing::Drawing2D::GraphicsPath). |
FillClosedCurve | Refer to Overload:System::Drawing::Graphics::FillClosedCurve methods. |
DrawClosedCurve | Refer to Overload:System::Drawing::Graphics::DrawClosedCurve methods. |
DrawCurve | Refer to Overload:System::Drawing::Graphics::DrawCurve methods. |
DrawBeziers | Refer to Overload:System::Drawing::Graphics::DrawBeziers methods. |
DrawImage | Refer to Overload:System::Drawing::Graphics::DrawImage methods. |
DrawImagePoints | Refer to Overload:System::Drawing::Graphics::DrawImage methods. |
DrawString | Refer to Overload:System::Drawing::Graphics::DrawString methods. |
SetRenderingOrigin | Refer to System::Drawing::Graphics::RenderingOrigin. |
SetAntiAliasMode | Refer to System::Drawing::Graphics::SmoothingMode. |
SetTextRenderingHint | Refer to System::Drawing::Graphics::TextRenderingHint. |
SetTextContrast | Refer to System::Drawing::Graphics::TextContrast. |
SetInterpolationMode | Refer to System::Drawing::Graphics::InterpolationMode. |
SetPixelOffsetMode | Refer to System::Drawing::Graphics::PixelOffsetMode. |
SetCompositingMode | Refer to System::Drawing::Graphics::CompositingMode. |
SetCompositingQuality | Refer to System::Drawing::Graphics::CompositingQuality. |
Save | Refer to System::Drawing::Graphics::Save. |
Restore | Refer to System::Drawing::Graphics::Restore(System::Drawing::Drawing2D::GraphicsState). |
BeginContainer | Refer to System::Drawing::Graphics::BeginContainer methods. |
BeginContainerNoParams | Refer to System::Drawing::Graphics::BeginContainer methods. |
EndContainer | Refer to System::Drawing::Graphics::EndContainer(System::Drawing::Drawing2D::GraphicsContainer). |
SetWorldTransform | Refer to Overload:System::Drawing::Graphics::TransformPoints methods. |
ResetWorldTransform | |
MultiplyWorldTransform | Refer to Overload:System::Drawing::Graphics::MultiplyTransform methods. |
TranslateWorldTransform | Refer to Overload:System::Drawing::Graphics::TransformPoints methods. |
ScaleWorldTransform | Refer to Overload:System::Drawing::Graphics::ScaleTransform methods. |
RotateWorldTransform | Refer to Overload:System::Drawing::Graphics::RotateTransform methods. |
SetPageTransform | Refer to Overload:System::Drawing::Graphics::TransformPoints methods. |
ResetClip | Refer to System::Drawing::Graphics::ResetClip. |
SetClipRect | Refer to Overload:System::Drawing::Graphics::SetClip methods. |
SetClipPath | Refer to Overload:System::Drawing::Graphics::SetClip methods. |
SetClipRegion | Refer to Overload:System::Drawing::Graphics::SetClip methods. |
OffsetClip | Refer to Overload:System::Drawing::Graphics::TranslateClip methods. |
DrawDriverString | Specifies a character string, a location, and formatting information. |
Max | The maximum value for this enumeration. |
Total | Used internally. |
WmfRecordBase | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSaveDC | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfRealizePalette | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetPalEntries | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfCreatePalette | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetBkMode | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetMapMode | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetROP2 | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetRelAbs | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetPolyFillMode | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetStretchBltMode | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetTextCharExtra | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfRestoreDC | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfInvertRegion | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfPaintRegion | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSelectClipRegion | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSelectObject | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetTextAlign | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfResizePalette | Increases or decreases the size of a logical palette based on the specified value. |
WmfDibCreatePatternBrush | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetLayout | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfDeleteObject | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfCreatePatternBrush | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetBkColor | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetTextColor | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetTextJustification | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetWindowOrg | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetWindowExt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetViewportOrg | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetViewportExt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfOffsetWindowOrg | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfOffsetViewportOrg | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfLineTo | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfMoveTo | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfOffsetCilpRgn | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfFillRegion | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetMapperFlags | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSelectPalette | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfCreatePenIndirect | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfCreateFontIndirect | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfCreateBrushIndirect | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfPolygon | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfPolyline | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfScaleWindowExt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfScaleViewportExt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfExcludeClipRect | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfIntersectClipRect | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfEllipse | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfFloodFill | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfRectangle | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetPixel | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfFrameRegion | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfAnimatePalette | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfTextOut | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfPolyPolygon | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfExtFloodFill | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfRoundRect | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfPatBlt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfEscape | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfCreateRegion | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfArc | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfPie | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfChord | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfBitBlt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfDibBitBlt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfExtTextOut | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfStretchBlt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfDibStretchBlt | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfSetDibToDev | Refer to "Windows-Format Metafiles" in the GDI section of the MSDN Library. |
WmfStretchDib | Copies the color data for a rectangle of pixels in a DIB to the specified destination rectangle. |
|
strong |
Specifies the types of the records that are placed in an EMF file.
Enumerator | |
---|---|
EmfOnly | Windows enhanced metafile. Contains GDI commands. Metafiles of this type are refered to as an EMF file. |
EmfPlusOnly | Windows enhanced metafile plus. Contains GDI+ commands. Metafiles of this type are refered to as an EMF+ file. |
EmfPlusDual | Dual Windows enhanced metafile. Contains equivalent GDI and GDI+ commands. Metafiles of this type are refered to as an EMF+ file. |
Specifies the type of a value represented by EncoderParameter class.
|
strong |
Specifies the parameter value passed to a JPEG or TIFF image encoder.
|
strong |
Represents attributes of the pixel data represented by an Image object.
|
strong |
Specifies properties of the region of an image being locked.
|
strong |
Specifies the unit of measurement for the rectangle used to size and position a metafile.
|
strong |
Represents a type of a graphic metafile.
Enumerator | |
---|---|
Invalid | Invalid metafile. |
Wmf | Standard WMF. |
WmfPlaceable | Placeable Metafile format. |
Emf | EMF (not EMF+). |
EmfPlusOnly | EMF+ without dual, down-level records. |
EmfPlusDual | EMF+ with dual, down-level records. |
|
strong |
Specifies the color data format of a pixel.