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

In This Topic
    SvgRendering Class Members
    In This Topic

    The following tables list the members exposed by SvgRendering.

    Public Constructors
     NameDescription
    Public ConstructorSupport SVG rendering interface.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets clipping area as rectangle bounds.  
    Public PropertyGets or sets current text format of this graphics.  
    Public PropertyGets height of the paper.  
    Public PropertyGets or sets current pen of this graphics.  
    Public PropertyGets transfoming matrix.  
    Public PropertyGets width of the paper.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Convert an arc to Bezier curves.  
    Public Method  
    Public MethodDraw arc (ellipse segment) with current stroke attributes.  
    Public MethodDraw donut segment with current stroke and fill.  
    Public MethodDraw ellipse with current stroke and fill.  
    Public MethodOverloaded. Draw image using special source.  
    Public MethodDraw line between two points using current stroke attributes.  
    Public MethodDraw lines using specified coordinates.  
    Public MethodDraws a path defined by points and types and fill.  
    Public MethodDraw pie segment with current stroke and fill.  
    Public MethodDraw polygon with current stroke and fill.  
    Public MethodDraw rectangle with current stroke and fill.  
    Public MethodDraw round rectangle with current stroke and fill.  
    Public MethodOverloaded. Draw string at specified position.  
    Public MethodEnd generate this SVG.  
    Public MethodMeasures size of string in layout area.  
    Public MethodPop the clip rectangle.  
    Public MethodPop the transform matrix for drawing.  
    Public MethodOverloaded. Push the clip rectangle.  
    Public MethodPush the transform matrix for drawing.  
    Public MethodSets the fill brush.  
    Public MethodSets the font.  
    Public MethodChanges the brush opacity.  
    Public MethodSets the current stroke brush.  
    Public MethodSets the stroke pattern.  
    Public MethodSets the stroke thickness.  
    Public Methodstatic (Shared in Visual Basic)Convert image to black and white image.  
    Public MethodGenerates a SVG text context code, that inside svg tag.  
    Public Methodstatic (Shared in Visual Basic)Convert image to black and white image.  
    Public Methodstatic (Shared in Visual Basic)Convert to image.  
    Public MethodGenerates a SVG text code.  
    Top
    See Also