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

GraphicsRendering Class Members

The following tables list the members exposed by GraphicsRendering.

Public Constructors
 NameDescription
Public ConstructorSupport graphics rendering interface.  
Top
Public Properties
 NameDescription
Public PropertyGets clipping area as rectangle bounds.  
Public PropertyGets or sets current pen of this graphics.  
Public PropertyGets or sets current text format of this graphics.  
Public PropertyGets transfoming matrix.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Convert an arc to Bezier curves.  
Public Methodstatic (Shared in Visual Basic)Create graphics for bitmap.  
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 Methodstatic (Shared in Visual Basic)Gets TextFormat object by C1.Excel.XLFont object.  
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.  
Top
See Also