C1.Excel Assembly / C1.Util Namespace / SvgRendering Class
Properties Methods

SvgRendering Class Members

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 width of the paper.  
Public PropertyGets or sets current text format of this graphics.  
Public PropertyGets height of the paper.  
Public PropertyGets or sets the X offset coordinate (horizontal).  
Public PropertyGets or sets the Y offset coordinate (vertical).  
Public PropertyGets or sets current pen of this graphics.  
Public PropertyGets or sets a flag for more precise text measurement.  
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 MethodPush the clip path defined by points and types.  
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 binary code.  
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 in memory.  
Public MethodGenerates a SVG text code.  
Top
See Also