ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / BitmapGraphicsRendering Class
Properties Methods

In This Topic
    BitmapGraphicsRendering Class Members
    In This Topic

    The following tables list the members exposed by BitmapGraphicsRendering.

    Public Constructors
     NameDescription
    Public ConstructorCreate SVG graphics rendering interface.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets GrapeCity.Documents.Imaging.GcBitmap inner object.  
    Public PropertyGets GrapeCity.Documents.Imaging.GcBitmapGraphics inner object.  
    Public PropertyGets clipping area as rectangle bounds. (Inherited from C1.Util.GraphicsRendering)
    Public PropertyGets or sets current pen of this graphics. (Inherited from C1.Util.GraphicsRendering)
    Public PropertyGets or sets current text format of this graphics. (Inherited from C1.Util.GraphicsRendering)
    Public PropertyGets transfoming matrix. (Inherited from C1.Util.GraphicsRendering)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public MethodDraw arc (ellipse segment) with current stroke attributes. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraw donut segment with current stroke and fill. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraw ellipse with current stroke and fill. (Inherited from C1.Util.GraphicsRendering)
    Public MethodOverloaded. Draw image using special source. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraw line between two points using current stroke attributes. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraw lines using specified coordinates. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraws a path defined by points and types and fill. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraw pie segment with current stroke and fill. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraw polygon with current stroke and fill. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraw rectangle with current stroke and fill. (Inherited from C1.Util.GraphicsRendering)
    Public MethodDraw round rectangle with current stroke and fill. (Inherited from C1.Util.GraphicsRendering)
    Public MethodOverloaded. Draw string at specified position. (Inherited from C1.Util.GraphicsRendering)
    Public MethodMeasures size of string in layout area. (Inherited from C1.Util.GraphicsRendering)
    Public MethodPop the clip rectangle. (Inherited from C1.Util.GraphicsRendering)
    Public MethodPop the transform matrix for drawing. (Inherited from C1.Util.GraphicsRendering)
    Public MethodOverloaded. Push the clip rectangle. (Inherited from C1.Util.GraphicsRendering)
    Public MethodPush the transform matrix for drawing. (Inherited from C1.Util.GraphicsRendering)
    Public MethodSets the fill brush. (Inherited from C1.Util.GraphicsRendering)
    Public MethodSets the font. (Inherited from C1.Util.GraphicsRendering)
    Public MethodChanges the brush opacity. (Inherited from C1.Util.GraphicsRendering)
    Public MethodSets the current stroke brush. (Inherited from C1.Util.GraphicsRendering)
    Public MethodSets the stroke pattern. (Inherited from C1.Util.GraphicsRendering)
    Public MethodSets the stroke thickness. (Inherited from C1.Util.GraphicsRendering)
    Top
    See Also