public nothrow GraphicsStatus |
Clear(const Color& color) |
public void |
ClearChecked(const Color& color) |
public nothrow GraphicsStatus |
DrawArc(const Pen& pen, const RectF& rect, float startAngle, float sweepAngle) |
public void |
DrawArcChecked(const Pen& pen, const RectF& rect, float startAngle, float sweepAngle) |
public nothrow GraphicsStatus |
DrawEllipse(const Pen& pen, const RectF& rect) |
public void |
DrawEllipseChecked(const Pen& pen, const RectF& rect) |
public nothrow GraphicsStatus |
DrawImage(const Image& image, const PointF& point) |
public nothrow GraphicsStatus |
DrawImage(const Image& image, const Rect& destRect, int srcX, int srcY, int srcW, int srcH, Unit srcUnit, const ImageAttributes& attributes) |
public nothrow GraphicsStatus |
DrawImage(const Image& image, const RectF& rect) |
public nothrow GraphicsStatus |
DrawImage(const Image& image, const RectF& destRect, const RectF& sourceRect, Unit srcUnit, const ImageAttributes& attributes) |
public void |
DrawImageChecked(const Image& image, const PointF& point) |
public void |
DrawImageChecked(const Image& image, const Rect& destRect, int srcX, int srcY, int srcW, int srcH, Unit srcUnit, const ImageAttributes& attributes) |
public void |
DrawImageChecked(const Image& image, const RectF& rect) |
public void |
DrawImageChecked(const Image& image, const RectF& destRect, const RectF& sourceRect, Unit srcUnit, const ImageAttributes& attributes) |
public nothrow GraphicsStatus |
DrawLine(const Pen& pen, const Point& start, const Point& end) |
public nothrow GraphicsStatus |
DrawLine(const Pen& pen, const PointF& start, const PointF& end) |
public void |
DrawLineChecked(const Pen& pen, const Point& start, const Point& end) |
public void |
DrawLineChecked(const Pen& pen, const PointF& start, const PointF& end) |
public nothrow GraphicsStatus |
DrawLines(const Pen& pen, int numPoints, const Point* points) |
public nothrow GraphicsStatus |
DrawLines(const Pen& pen, int numPoints, const PointF* points) |
public void |
DrawLinesChecked(const Pen& pen, int numPoints, const Point* points) |
public void |
DrawLinesChecked(const Pen& pen, int numPoints, const PointF* points) |
public nothrow GraphicsStatus |
DrawRectangle(const Pen& pen, const Rect& rect) |
public nothrow GraphicsStatus |
DrawRectangle(const Pen& pen, const RectF& rect) |
public void |
DrawRectangleChecked(const Pen& pen, const Rect& rect) |
public void |
DrawRectangleChecked(const Pen& pen, const RectF& rect) |
public nothrow GraphicsStatus |
DrawString(const String<char>& str, const Font& font, const PointF& origin, const Brush& brush) |
public nothrow GraphicsStatus |
DrawString(const String<char>& str, const Font& font, const PointF& origin, const StringFormat& format, const Brush& brush) |
public nothrow GraphicsStatus |
DrawString(const String<char>& str, const Font& font, const RectF& rect, const StringFormat& format, const Brush& brush) |
public void |
DrawStringChecked(const String<char>& str, const Font& font, const PointF& origin, const Brush& brush) |
public void |
DrawStringChecked(const String<char>& str, const Font& font, const PointF& origin, const StringFormat& format, const Brush& brush) |
public void |
DrawStringChecked(const String<char>& str, const Font& font, const RectF& rect, const StringFormat& format, const Brush& brush) |
public nothrow GraphicsStatus |
FillEllipse(const Brush& brush, const RectF& rect) |
public void |
FillEllipseChecked(const Brush& brush, const RectF& rect) |
public nothrow GraphicsStatus |
FillPolygon(const Brush& brush, int numPoints, const Point* points) |
public nothrow GraphicsStatus |
FillPolygon(const Brush& brush, int numPoints, const PointF* points) |
public void |
FillPolygonChecked(const Brush& brush, int numPoints, const Point* points) |
public void |
FillPolygonChecked(const Brush& brush, int numPoints, const PointF* points) |
public nothrow GraphicsStatus |
FillRectangle(const Brush& brush, const Rect& rect) |
public nothrow GraphicsStatus |
FillRectangle(const Brush& brush, const RectF& rect) |
public void |
FillRectangleChecked(const Brush& brush, const Rect& rect) |
public void |
FillRectangleChecked(const Brush& brush, const RectF& rect) |
public static Graphics |
FromImage(const Image& image) |
public static Graphics |
FromWindowHandle(void* windowHandle) |
public nothrow GraphicsStatus |
GetClip(Region& region) |
public Region |
GetClipChecked() |
public nothrow float |
GetDpiX() |
public nothrow float |
GetDpiY() |
public nothrow void* |
GetHDC() const |
public nothrow float |
GetPageScale() |
public float |
GetPageScaleChecked() |
public nothrow Unit |
GetPageUnit() |
public Unit |
GetPageUnitChecked() |
public nothrow SmoothingMode |
GetSmoothingMode() |
public SmoothingMode |
GetSmoothingModeChecked() |
public nothrow TextRenderingHint |
GetTextRenderingHint() |
public nothrow GraphicsStatus |
GetTransform(Matrix& m) |
public void |
GetTransformChecked(Matrix& m) |
public nothrow GraphicsStatus |
MeasureString(const String<char>& str, const Font& font, const PointF& origin, const StringFormat& format, RectF& boundingBox) |
public nothrow GraphicsStatus |
MeasureString(const String<char>& str, const Font& font, const RectF& layoutRect, const StringFormat& format, RectF& boundingBox) |
public nothrow GraphicsStatus |
MeasureString(const String<char>& str, const Font& font, const RectF& layoutRect, const StringFormat& format, RectF& boundingBox, int* codePointsFitted, int* linesFilled) |
public nothrow GraphicsStatus |
MeasureString(const String<char>& str, const Font& font, const SizeF& layoutRectSize, const StringFormat& format, SizeF& size) |
public nothrow GraphicsStatus |
MeasureString(const String<char>& str, const Font& font, const SizeF& layoutRectSize, const StringFormat& format, SizeF& size, int* codePointsFitted, int* linesFilled) |
public RectF |
MeasureStringChecked(const String<char>& str, const Font& font, const PointF& origin, const StringFormat& format) |
public RectF |
MeasureStringChecked(const String<char>& str, const Font& font, const RectF& layoutRect, const StringFormat& format) |
public RectF |
MeasureStringChecked(const String<char>& str, const Font& font, const RectF& layoutRect, const StringFormat& format, int* codePointsFitted, int* linesFilled) |
public SizeF |
MeasureStringChecked(const String<char>& str, const Font& font, const SizeF& layoutRectSize, const StringFormat& format) |
public SizeF |
MeasureStringChecked(const String<char>& str, const Font& font, const SizeF& layoutRectSize, const StringFormat& format, int* codePointsFitted, int* linesFilled) |
public nothrow GraphicsStatus |
MultiplyTransform(const Matrix& matrix) |
public nothrow GraphicsStatus |
MultiplyTransform(const Matrix& matrix, MatrixOrder order) |
public void |
MultiplyTransformChecked(const Matrix& matrix) |
public void |
MultiplyTransformChecked(const Matrix& matrix, MatrixOrder order) |
public inline nothrow const void* |
NativeGraphics() const |
public nothrow GraphicsStatus |
ResetTransform() |
public void |
ResetTransformChecked() |
public nothrow GraphicsStatus |
Restore(GraphicsState graphicsState) |
public void |
RestoreChecked(GraphicsState graphicsState) |
public nothrow GraphicsStatus |
RotateTransform(float angle) |
public nothrow GraphicsStatus |
RotateTransform(float angle, MatrixOrder order) |
public void |
RotateTransformChecked(float angle) |
public void |
RotateTransformChecked(float angle, MatrixOrder order) |
public nothrow GraphicsState |
Save() |
public GraphicsState |
SaveChecked() |
public nothrow GraphicsStatus |
ScaleTransform(float scaleX, float scaleY) |
public nothrow GraphicsStatus |
ScaleTransform(float scaleX, float scaleY, MatrixOrder order) |
public void |
ScaleTransformChecked(float scaleX, float scaleY) |
public void |
ScaleTransformChecked(float scaleX, float scaleY, MatrixOrder order) |
public nothrow GraphicsStatus |
SetClip(const Rect& rect) |
public nothrow GraphicsStatus |
SetClip(const Rect& rect, CombineMode combineMode) |
public nothrow GraphicsStatus |
SetClip(const Region& region) |
public void |
SetClipChecked(const Rect& rect) |
public void |
SetClipChecked(const Rect& rect, CombineMode combineMode) |
public void |
SetClipChecked(const Region& region) |
public nothrow GraphicsStatus |
SetPageScale(float scale) |
public void |
SetPageScaleChecked(float scale) |
public nothrow GraphicsStatus |
SetPageUnit(Unit unit) |
public void |
SetPageUnitChecked(Unit unit) |
public nothrow GraphicsStatus |
SetSmoothingMode(SmoothingMode smoothingMode) |
public void |
SetSmoothingModeChecked(SmoothingMode smoothingMode) |
public nothrow GraphicsStatus |
SetTextRenderingHint(TextRenderingHint textRenderingHint) |
public void |
SetTextRenderingHintChecked(TextRenderingHint textRenderingHint) |
public nothrow GraphicsStatus |
SetTransform(Matrix& m) |
public void |
SetTransformChecked(Matrix& m) |
public nothrow GraphicsStatus |
TranslateTransform(float offsetX, float offsetY) |
public nothrow GraphicsStatus |
TranslateTransform(float offsetX, float offsetY, MatrixOrder order) |
public void |
TranslateTransformChecked(float offsetX, float offsetY) |
public void |
TranslateTransformChecked(float offsetX, float offsetY, MatrixOrder order) |
suppress void |
operator=(const Graphics&) |