Name | Description | |
---|---|---|
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 |
The following tables list the members exposed by IDrawingCanvas.
Name | Description | |
---|---|---|
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 | |
---|---|---|
CreateHatchBrush | Initializes a new BrushEx using specified hatch pattern and colors. | |
CreateImage | Overloaded. Initializes a new instance of ImageEx. | |
CreateLinearGradientBrush | Overloaded. Initializes a new BrushEx linear gradient brush object. | |
CreatePen | Overloaded. Initializes a new instance of PenEx with the specified color and width | |
CreateRadialGradientBrush | Overloaded. Creates new radial gradient BrushEx. | |
CreateSolidBrush | Initializes a new BrushEx solid brush object of specified color. | |
DrawAndFillPath | Fills the path supplied with brush, and strokes it with pen. If brush or pen is null, corresponding operation is omitted. | |
DrawEllipse | Draws an ellipse defined by a bounding System.Drawing.RectangleF. | |
DrawImage | Draws the specified Image object with specified size, at the specified location. | |
DrawLine | Draws the line between specified points. | |
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 | |
DrawRectangle | Draws a rectangle rectangle specified by a RectangleF structure. | |
DrawString | Draws the specified text string at the specified location with the specified Brush and Font objects. using the specified layout rectangle and formatting attributes of the specified StringFormat object. | |
FillEllipse | Fills the interior of an ellipse defined by a bounding rectangle specified by a System.Drawing.RectangleF structure. | |
FillPolygon | Fills the interior of a polygon defined by an array of points specified by System.Drawing.PointF structures | |
FillRectangle | Fills the interior of a rectangle specified by a RectangleF structure. | |
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. |