The following tables list the members exposed by IDrawingCanvas.
Name | Description | |
---|---|---|
![]() | ClipBounds | Gets a RectangleF structure that bounds the clipping region of this Graphics object. |
![]() | IsDrawStringWithDelayedContentSupported | Returns whether the IDrawingCanvas supports drawing delayed content. |
![]() | RenderCallback | Returns method for performing some action with canvas during rendering |
![]() | SmoothingMode | Specifies the rendering quality for lines, curves, and the edges of filled areas. |
![]() | TextRenderingHint | Specifies the quality of text rendering. |
![]() | Transform | Gets or sets the world transformation for this object |
Name | Description | |
---|---|---|
![]() | CreateFont | Overloaded. Initializes a new instance of FontEx. |
![]() | CreateLinearGradientBrush | Overloaded. Initializes a new BrushEx linear gradient brush object. |
![]() | CreatePath | Initializes a new instance of IPathEx. |
![]() | CreatePathGradientBrush | Overloaded. Initializes a new BrushEx path gradient brush object. |
![]() | CreatePen | Overloaded. Initializes a new instance of PenEx with the specified color and width |
![]() | CreateSolidBrush | Initializes a new BrushEx solid brush object of specified color. |
![]() | CreateStringFormat | Initializes a new instance of StringFormatEx based on a System.Drawing.StringFormat. |
![]() | CreateTextureBrush | Initializes a new BrushEx brush using the specified image data. |
![]() | DrawAndFillPath |
Fills the path supplied with brush, and strokes it with pen. If brush or pen is null, corresponding operation is omitted.
|
![]() | DrawEllipse | Overloaded. Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. |
![]() | DrawGlyphRun | Draws a run of glyphs. |
![]() | DrawImage | Overloaded. Draws the specified Image at the specified location and with the specified size. |
![]() | DrawLine | Draws a line connecting two PointF structures. |
![]() | DrawLines | Draws a series of line segments that connect an array of System.Drawing.PointF structures. |
![]() | DrawPolygon | Draws a polygon defined by an array of System.Drawing.PointF structures |
![]() | DrawString | Overloaded. Draws the specified text string at the specified location with the specified Brush and Font objects. using the formatting attributes of the specified StringFormat object. |
![]() | FillEllipse | Overloaded. Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. |
![]() | FillPolygon | Fills the interior of a polygon defined by an array of points specified by System.Drawing.PointF structures |
![]() | FillRectangle | Overloaded. Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height. |
![]() | IntersectClip | Overloaded. Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure. |
![]() | PopState | Restores the state of this IDrawingCanvas object to the previous saved state. |
![]() | PushState | Saves the current state on a stack. |
![]() | TranslateTransform | Prepends the specified translation to the transformation matrix of this Graphics object. |