ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface
Properties Methods

In This Topic
    IDrawingCanvas Interface Members
    In This Topic

    The following tables list the members exposed by IDrawingCanvas.

    Public Properties
     NameDescription
     PropertySpecifies the rendering quality for lines, curves, and the edges of filled areas.  
     PropertySpecifies the quality of text rendering.  
     PropertyGets or sets the world transformation for this object  
    Top
    Public Methods
     NameDescription
     MethodInitializes a new BrushEx using specified hatch pattern and colors.  
     MethodOverloaded. Initializes a new instance of ImageEx.  
     MethodOverloaded. Initializes a new BrushEx linear gradient brush object.  
     MethodOverloaded. Initializes a new instance of PenEx with the specified color and width  
     MethodOverloaded. Creates new radial gradient BrushEx.  
     MethodInitializes a new BrushEx solid brush object of specified color.  
     MethodFills the path supplied with brush, and strokes it with pen. If brush or pen is null, corresponding operation is omitted.  
     MethodDraws an ellipse defined by a bounding System.Drawing.RectangleF.  
     MethodDraws the specified Image object with specified size, at the specified location.  
     MethodDraws the line between specified points.  
     MethodDraws a series of line segments that connect an array of System.Drawing.PointF structures.  
     MethodDraws a polygon defined by an array of System.Drawing.PointF structures  
     MethodDraws a rectangle rectangle specified by a RectangleF structure.  
     MethodDraws 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.  
     MethodFills the interior of an ellipse defined by a bounding rectangle specified by a System.Drawing.RectangleF structure.  
     MethodFills the interior of a polygon defined by an array of points specified by System.Drawing.PointF structures  
     MethodFills the interior of a rectangle specified by a RectangleF structure.  
     MethodOverloaded. Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure.  
     MethodRestores the state of this IDrawingCanvas object to the previous saved state.  
     MethodSaves the current state on a stack.  
    Top
    See Also