GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace : IDrawingCanvas Interface |
For a list of all members of this type, see IDrawingCanvas members.
Name | Description | |
---|---|---|
CreateFont | Overloaded. Initializes a new instance of FontEx. | |
CreateHatchBrush | Initializes a new BrushEx using specified hatch pattern and colors. | |
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 | Overloaded. Initializes a new BrushEx brush using the specified image. | |
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 | |
DrawRectangle | Draws a rectangle rectangle specified by a RectangleF structure. | |
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. |