System::Drawing::Graphics class

Graphics class

Represents a drawing surface. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class Graphics : public virtual System::Object

Methods

MethodDescription
AddMetafileComment(const System::ArrayPtr<uint8_t>&)NOT IMPLEMENTED.
BeginContainer()Saves a container with the current state of this object, opens and uses a new container and returns the saved container.
BeginContainer(Rectangle, Rectangle, GraphicsUnit)Saves a container with the current state of this object, opens and uses a new container and returns the saved container.
BeginContainer(RectangleF, RectangleF, GraphicsUnit)Saves a container with the current state of this object, opens and uses a new container and returns the saved container.
Clear(Color)Clears the drawing surface represented by the current object and fills it with the specified color.
CopyFromScreen(Point, Point, Size, CopyPixelOperation)NOT IMPLEMENTED.
CopyFromScreen(int32_t, int32_t, int32_t, int32_t, Size, CopyPixelOperation)NOT IMPLEMENTED.
Dispose()Releases all operating system resources acquired by the current object.
DrawArc(const SharedPtr<Pen>&, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t)Draws the specified arc using the specified pen on the surface represented by the current object.
DrawArc(const SharedPtr<Pen>&, float, float, float, float, float, float)Draws the specified arc using the specified pen on the surface represented by the current object.
DrawArc(const SharedPtr<Pen>&, Rectangle, float, float)Draws the specified arc using the specified pen on the surface represented by the current object.
DrawArc(const SharedPtr<Pen>&, RectangleF, float, float)Draws the specified arc using the specified pen on the surface represented by the current object.
DrawBezier(const SharedPtr<Pen>&, const Point&, const Point&, const Point&, const Point&)NOT IMPLEMENTED.
DrawBezier(const SharedPtr<Pen>&, const PointF&, const PointF&, const PointF&, const PointF&)NOT IMPLEMENTED.
DrawBezier(const SharedPtr<Pen>&, float, float, float, float, float, float, float, float)NOT IMPLEMENTED.
DrawBeziers(const SharedPtr<Pen>&, const ArrayPtr<Point>&)Draws a series of Bezier splines using the specified pen.
DrawBeziers(const SharedPtr<Pen>&, const ArrayPtr<PointF>&)Draws a series of Bezier splines using the specified pen.
DrawClosedCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, float, Drawing2D::FillMode)Draws a closed spline using the specified pen.
DrawClosedCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, float, Drawing2D::FillMode)Draws a closed spline using the specified pen.
DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, float)Draws a spline using the specified pen.
DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, float)Draws a spline using the specified pen.
DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, int32_t, int32_t, float)Draws a spline using the specified pen.
DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, int32_t, int32_t, float)Draws a spline using the specified pen.
DrawEllipse(const SharedPtr<Pen>&, Rectangle)Draws the specified ellipse using the specified pen on the surface represented by the current object.
DrawEllipse(const SharedPtr<Pen>&, RectangleF)Draws the specified ellipse using the specified pen on the surface represented by the current object.
DrawEllipse(const SharedPtr<Pen>&, int, int, int, int)Draws the specified ellipse using the specified pen on the surface represented by the current object.
DrawEllipse(const SharedPtr<Pen>&, float, float, float, float)Draws the specified ellipse using the specified pen on the surface represented by the current object.
DrawIcon(const SharedPtr<Icon>&, Rectangle)NOT IMPLEMENTED.
DrawIcon(const SharedPtr<Icon>&, int32_t, int32_t)NOT IMPLEMENTED.
DrawIconUnstretched(const SharedPtr<Icon>&, Rectangle)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<Point>&)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&)Draws the specified region of the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, const System::Details::ArrayView<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&)Draws the specified region of the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, const System::Details::StackArray<PointF, N>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&)Draws the specified region of the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, int, int)Draws the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, float, float)Draws the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, Point)Draws the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, PointF)Draws the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, int, int, int, int)Draws the specified image to the specified rectangle.
DrawImage(const SharedPtr<Image>&, float, float, float, float)Draws the specified image to the specified rectangle.
DrawImage(const SharedPtr<Image>&, RectangleF, RectangleF, GraphicsUnit)Draws the specified region of the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, Rectangle, Rectangle, GraphicsUnit)Draws the specified region of the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, int, int, Rectangle, GraphicsUnit)Draws the specified region of the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, const Rectangle&)Draws the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, const RectangleF&)Draws the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&)Draws the specified region of the specified image to the specified rectangle.
DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&)Draws the specified region of the specified image to the specified rectangle.
DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit)Draws the specified region of the specified image to the specified rectangle.
DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit)Draws the specified region of the specified image to the specified rectangle.
DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&, RectangleF, GraphicsUnit)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit)NOT IMPLEMENTED.
DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit, const SharedPtr<Imaging::ImageAttributes>&)Draws the specified region of the specified image at the specified location.
DrawImage(const SharedPtr<Image>&, float, float, RectangleF, GraphicsUnit)Draws the specified region of the specified image at the specified location.
DrawImageUnscaled(const SharedPtr<Image>&, int, int)Draws the specified image using its original physical size at the specified location.
DrawImageUnscaled(const SharedPtr<Image>&, int, int, int, int)Draws a specified image using its original physical size at a specified location.
DrawImageUnscaled(const SharedPtr<Image>&, const Rectangle&)Draws a specified image using its original physical size at a specified location.
DrawImageUnscaled(const SharedPtr<Image>&, const Point&)Draws a specified image using its original physical size at a specified location.
DrawImageUnscaledAndClipped(const SharedPtr<Image>&, Rectangle)NOT IMPLEMENTED.
DrawLine(const SharedPtr<Pen>&, Point, Point)Draws the specified line using the specified pen.
DrawLine(const SharedPtr<Pen>&, PointF, PointF)Draws the specified line using the specified pen.
DrawLine(const SharedPtr<Pen>&, int, int, int, int)Draws the specified line using the specified pen.
DrawLine(const SharedPtr<Pen>&, float, float, float, float)Draws the specified line using the specified pen.
DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::Point>&)Draws a series of line segments using the specified pen.
DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::PointF>&)Draws a series of line segments using the specified pen.
DrawPath(const SharedPtr<Pen>&, const SharedPtr<Drawing2D::GraphicsPath>&)Draws the specified path using the specified pen.
DrawPie(const SharedPtr<Pen>&, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t)Draws the specified pie using the specified pen on the surface represented by the current object.
DrawPie(const SharedPtr<Pen>&, float, float, float, float, float, float)Draws the specified pie using the specified pen on the surface represented by the current object.
DrawPie(const SharedPtr<Pen>&, Rectangle, float, float)Draws the specified pie using the specified pen on the surface represented by the current object.
DrawPie(const SharedPtr<Pen>&, RectangleF, float, float)Draws the specified pie using the specified pen on the surface represented by the current object.
DrawPolygon(const SharedPtr<Pen>&, const ArrayPtr<Point>&)Draws a polygon using the specified pen.
DrawPolygon(const SharedPtr<Pen>&, const ArrayPtr<PointF>&)Draws a polygon using the specified pen.
DrawRectangle(const SharedPtr<Pen>&, int, int, int, int)Draws the specified rectangle using the specified pen on the surface represented by the current object.
DrawRectangle(const SharedPtr<Pen>&, float, float, float, float)Draws the specified rectangle using the specified pen on the surface represented by the current object.
DrawRectangle(const SharedPtr<Pen>&, Rectangle)Draws the specified rectangle using the specified pen on the surface represented by the current object.
DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<Rectangle>&)Draws a series of rectangles using the specified pen.
DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<RectangleF>&)Draws a series of rectangles using the specified pen.
DrawString(const String&, const SharedPtr<Font>&, const SharedPtr<Brush>&, PointF, const System::SharedPtr<System::Drawing::StringFormat>&)Draws the specified string at the specified location using the specified font and brush.
DrawString(const String&, const SharedPtr<Font>&, const SharedPtr<Brush>&, RectangleF, const System::SharedPtr<System::Drawing::StringFormat>&)Draws the specified string in the specified rectangle using the specified font and brush.
DrawString(const String&, const SharedPtr<Font>&, const SharedPtr<Brush>&, float, float, const System::SharedPtr<System::Drawing::StringFormat>&)Draws the specified string at the specified location using the specified font and brush.
EndContainer(const SharedPtr<Drawing2D::GraphicsContainer>&)Closes the current container and restores the state of this object from the state of saved container.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, const ArrayPtr<PointF>&, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, const ArrayPtr<Point>&, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, Point, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, PointF, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, Rectangle, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, RectangleF, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, Point, Rectangle, GraphicsUnit, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, PointF, RectangleF, GraphicsUnit, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, const ArrayPtr<PointF>&, RectangleF, GraphicsUnit, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, Rectangle, Rectangle, GraphicsUnit, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
EnumerateMetafile(const SharedPtr<Imaging::Metafile>&, RectangleF, RectangleF, GraphicsUnit, Graphics::EnumerateMetafileProc)NOT IMPLEMENTED.
ExcludeClip(Rectangle)NOT IMPLEMENTED.
ExcludeClip(const SharedPtr<Region>&)NOT IMPLEMENTED.
FillClosedCurve(const SharedPtr<Brush>&, const ArrayPtr<PointF>&, Drawing2D::FillMode, float)Draws a closed spline using the specified brush.
FillClosedCurve(const SharedPtr<Brush>&, const ArrayPtr<Point>&, Drawing2D::FillMode, float)Draws a closed spline using the specified brush.
FillEllipse(const SharedPtr<Brush>&, Rectangle)Fills the interior of the ellipse specified by the bounding rectangle using the specified brush.
FillEllipse(const SharedPtr<Brush>&, RectangleF)Fills the interior of the ellipse specified by the bounding rectangle using the specified brush.
FillEllipse(const SharedPtr<Brush>&, int, int, int, int)Fills the interior of the ellipse specified by the bounding rectangle using the specified brush.
FillEllipse(const SharedPtr<Brush>&, float, float, float, float)Fills the interior of the ellipse specified by the bounding rectangle using the specified brush.
FillPath(const SharedPtr<Brush>&, const SharedPtr<Drawing2D::GraphicsPath>&)Fills the interiors of the specified path using the specified brush.
FillPie(const SharedPtr<Brush>&, int, int, int, int, int, int)Fills the specified pie using the specified brush on the surface represented by the current object.
FillPie(const SharedPtr<Brush>&, float, float, float, float, float, float)Fills the specified pie using the specified brush on the surface represented by the current object.
FillPie(const SharedPtr<Brush>&, Rectangle, float, float)Fills the specified pie using the specified brush on the surface represented by the current object.
FillPolygon(const SharedPtr<Brush>&, const ArrayPtr<Point>&, Drawing2D::FillMode)Fills the interiors of the specified polygon using the specified brush.
FillPolygon(const SharedPtr<Brush>&, const ArrayPtr<PointF>&, Drawing2D::FillMode)Fills the interiors of the specified polygon using the specified brush.
FillRectangle(const SharedPtr<Brush>&, float, float, float, float)Fills the specified rectangle with the specified brush.
FillRectangle(const SharedPtr<Brush>&, int, int, int, int)Fills the specified rectangle with the specified brush.
FillRectangle(const SharedPtr<Brush>&, Rectangle)Fills the specified rectangle with the specified brush.
FillRectangle(const SharedPtr<Brush>&, RectangleF)Fills the specified rectangle with the specified brush.
FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<Rectangle>&)Fills a series of rectangles using the specified brush.
FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<RectangleF>&)Fills a series of rectangles using the specified brush.
FillRegion(const SharedPtr<Brush>&, const SharedPtr<Region>&)Fills the interiors of the specified region using the specified brush.
Flush(Drawing2D::FlushIntention)Triggers the immediate execution of all pending draw operations.
static FromHwnd(IntPtr)NOT IMPLEMENTED.
static FromHwndInternal(IntPtr)NOT IMPLEMENTED.
static FromImage(const SharedPtr<Image>&)Creates a new Graphics object from the specified image.
get_Clip()Returns a Region object that represents a region that limits the drawing area of the drawing surface represented by the current Graphics object.
get_ClipBounds() constReturns a rectangle that bounds the clipping area of the surface represented by the current object.
get_CompositingMode()Returns a value that indicates how composited images are drawn on the surface represented by the current object.
get_CompositingQuality()Returns a value that indicates the quality level used when compositing images.
get_DpiX()Returns the horizontal resolution.
get_DpiY()Returns the vertical resolution.
get_InterpolationMode()Returns a value that indicates the interpolation mode associated with the current object.
get_IsClipEmpty() constNOT IMPLEMENTED.
get_IsVisibleClipEmpty() constNOT IMPLEMENTED.
get_PageScale() constReturns the scaling between world units and page units for the current Graphics object.
get_PageUnit() constReturns measurement units used for page coordinates on the surface represented by the current object.
get_PixelOffsetMode()Returns a value that indicates how the pixels are offset during rendering on the surface represented by the current object.
get_RenderingOrigin() constReturns a Point object that represents the rendering origin of the current Graphics object for dithering and for hatch brushes.
get_SmoothingMode()Returns a value that indicates a soothing mode used during rendering on the surface represented by the current object.
get_TextContrast() constNOT IMPLEMENTED.
get_TextRenderingHint()Returns a value that indicates the quality of text rendering.
get_Transform()Returns the geometric world transformation for the current Graphics object.
get_VisibleClipBounds() constReturns the RectangleF object that represents a bounding rectangle of the visible clipping region of the current Graphics object.
GetHdc()NOT IMPLEMENTED.
GetNearestColor(Color)NOT IMPLEMENTED.
GetSkCanvas() const
IntersectClip(const System::SharedPtr<Region>&)Updates the clip region of this object to the intersection of the current clip and the specified clip.
IntersectClip(System::Drawing::RectangleF)Updates the clip region of this object to the intersection of the current clip and the specified clip.
IntersectClip(System::Drawing::Rectangle)Updates the clip region of this object to the intersection of the current clip and the specified clip.
IsVisible(Point)Determines whether the specified point is contained within the visible clip region of the current Graphics object.
IsVisible(PointF)NOT IMPLEMENTED.
IsVisible(Rectangle)NOT IMPLEMENTED.
IsVisible(RectangleF)NOT IMPLEMENTED.
IsVisible(int32_t, int32_t)NOT IMPLEMENTED.
IsVisible(float, float)NOT IMPLEMENTED.
IsVisible(float, float, float, float)NOT IMPLEMENTED.
IsVisible(int32_t, int32_t, int32_t, int32_t)NOT IMPLEMENTED.
MeasureCharacterRanges(const System::String&, const SharedPtr<Font>&, RectangleF, const SharedPtr<StringFormat>&)Returns an array of regions each of which bounds character positions in the specified string.
MeasureString(String const&, System::SharedPtr<Font> const&, PointF const&, System::SharedPtr<StringFormat> const&) constReturns a size of the specified string when drawn in the specified font in the specified format.
MeasureString(String const&, System::SharedPtr<Font> const&, int, System::SharedPtr<StringFormat> const&) constReturns a size of the specified string when drawn in the specified font in the specified format.
MeasureString(String const&, System::SharedPtr<Font> const&, SizeF const&, System::SharedPtr<StringFormat> const&, int&, int&) constNOT IMPLEMENTED.
MeasureString(String const&, System::SharedPtr<Font> const&, SizeF const&, System::SharedPtr<StringFormat> const&) constReturns a size of the specified string when drawn in the specified font in the specified format.
MultiplyTransform(const SharedPtr<Drawing2D::Matrix>&, Drawing2D::MatrixOrder)Multiplies the world transformation matrix of the current Graphics object by the specified matrix.
ReleaseHdc()NOT IMPLEMENTED.
ReleaseHdc(IntPtr)NOT IMPLEMENTED.
ResetClip()Resets the clip region for this graphics to an infinite region.
ResetTransform()Resets the world transformation matrix of the current object so that it becomes an identity matrix.
Restore(const SharedPtr<Drawing2D::GraphicsState>&)Restores the state of this object from the saved state.
RotateTransform(float, Drawing2D::MatrixOrder)Applies the specified rotation to the world transformation matrix of the current Graphics object in the specified order.
Save()Saves the current state of this object and returns the saved state.
ScaleTransform(float, float, Drawing2D::MatrixOrder)Applies the specified scale vector to the world transformation matrix of the current object.
set_Clip(const SharedPtr<Region>&)Sets a region that limits the drawing area of the drawing surface represented by the current.
set_CompositingMode(Drawing2D::CompositingMode)Sets a value that specifies how composited images are drawn on the surface represented by the current object.
set_CompositingQuality(Drawing2D::CompositingQuality)Sets a value that specifies the quality level to use when compositing images.
set_InterpolationMode(Drawing2D::InterpolationMode)Sets a value that indicates the interpolation mode associated with the current object.
set_PageScale(float)Sets the scaling between world units and page units for the current Graphics object.
set_PageUnit(GraphicsUnit)Sets measurement units used for page coordinates on the surface represented by the current object.
set_PixelOffsetMode(Drawing2D::PixelOffsetMode)Sets a value that specifies how the pixels should be offset during rendering on the surface represented by the current object.
set_RenderingOrigin(Point)Sets a Point object that specifies the rendering origin of the current Graphics object for dithering and for hatch brushes.
set_SmoothingMode(Drawing2D::SmoothingMode)Sets a value that specifies a soothing mode used during rendering on the surface represented by the current object.
set_TextContrast(int32_t)NOT IMPLEMENTED.
set_TextRenderingHint(Text::TextRenderingHint)Sets a value that specifies the quality of text rendering.
set_Transform(const SharedPtr<Drawing2D::Matrix>&)Sets the geometric world transformation for the current Graphics object.
SetClip(const SharedPtr<Region>&, Drawing2D::CombineMode)Sets the clipping region of drawing surface represented by the current Graphics object to the result of the specified operation that combines the current clip region and the specified region.
SetClip(Rectangle, Drawing2D::CombineMode)Sets the clipping region of drawing surface represented by the current Graphics object to the result of the specified operation that combines the current clip region and the specified region.
SetClip(RectangleF, Drawing2D::CombineMode)Sets the clipping region of drawing surface represented by the current Graphics object to the result of the specified operation that combines the current clip region and the specified region.
SetClip(const SharedPtr<Graphics>&, Drawing2D::CombineMode)NOT IMPLEMENTED.
SetClip(const SharedPtr<Drawing2D::GraphicsPath>&, Drawing2D::CombineMode)Sets the clipping region of drawing surface represented by the current Graphics object to the result of the specified operation that combines the current clip region and the region specified by a graphics path.
TransformPoints(Drawing2D::CoordinateSpace, Drawing2D::CoordinateSpace, const ArrayPtr<System::Drawing::Point>&)NOT IMPLEMENTED.
TransformPoints(Drawing2D::CoordinateSpace, Drawing2D::CoordinateSpace, const ArrayPtr<System::Drawing::PointF>&)NOT IMPLEMENTED.
TranslateClip(int, int)NOT IMPLEMENTED.
TranslateClip(float, float)NOT IMPLEMENTED.
TranslateTransform(float, float, Drawing2D::MatrixOrder)Applies the specified translation vector to the world transformation matrix of the current Graphics object.
~Graphics()

Typedefs

TypedefDescription
EnumerateMetafileProcThe type of a callback fuction object used as an argument for EnumerateMetafile method.
DrawImageAbortThe type of a callback fuction object used as an argument for DrawImage method.

See Also