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. |
![]() | HasInfiniteClip | |
![]() | IsDrawStringWithDelayedContentSupported | Returns whether the IDrawingCanvas supports drawing delayed content. |
![]() | 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. |
![]() | CreateLinearGradientBrush | Overloaded. |
![]() | CreatePath | Initializes a new instance of IPathEx. |
![]() | CreatePathGradientBrush | Overloaded. |
![]() | CreatePen | Overloaded. |
![]() | CreateSolidBrush | Initializes a new BrushEx solid brush object of specified color. |
![]() | CreateStringFormat | Initializes a new instance of StringFormatEx based on a StringFormat. |
![]() | DrawAndFillPath | Fills the path supplied with bruh, and strokes it with pen. If brush or pen is null, corresponding operation is omitted. |
![]() | DrawEllipse | Overloaded. |
![]() | DrawGlyphRun | |
![]() | DrawImage | Overloaded. |
![]() | DrawLine | |
![]() | DrawLines | Draws a series of line segments that connect an array of PointF structures. |
![]() | DrawPolygon | Draws a polygon defined by an array of PointF structures |
![]() | DrawString | Overloaded. |
![]() | DrawStringWithDelayedContent | Draws the specified textBox value at the specified location with the specified Brush and Font objects where the textbox value is based on information that may not yet be available (TotalPages, for example). |
![]() | FillEllipse | Overloaded. |
![]() | FillPolygon | Fills the interior of a polygon defined by an array of points specified by PointF structures |
![]() | FillRectangle | Overloaded. |
![]() | IntersectClip | Overloaded. |
![]() | PopState | Restores the state of this T:DrawingCanvas object to the previous saved state. |
![]() | PushState | Saves the current state on a stack. |
![]() | RenderAction | Overloaded. |
![]() | TranslateTransform | Prepends the specified translation to the transformation matrix of this Graphics object. |

