ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / IRendering Interface
Methods

In This Topic
    IRendering Interface Members
    In This Topic

    The following tables list the members exposed by IRendering.

    Public Methods
     NameDescription
     MethodDraw arc (ellipse segment) with current stroke attributes.  
     MethodDraw donut segment with current stroke and fill.  
     MethodDraw ellipse with current stroke and fill.  
     MethodDraw image using special source.  
     MethodDraw line between two points using current stroke attributes.  
     MethodDraw lines using specified coordinates.  
     MethodDraws a path defined by points and types and fill.  
     MethodDraw pie segment with current stroke and fill.  
     MethodDraw polygon with current stroke and/or fill.  
     MethodDraw rectangle with current stroke and fill.  
     MethodDraw round rectangle with current stroke and fill.  
     MethodOverloaded. Draw string at specified position.  
     MethodMeasures size of string in layout area.  
     MethodPop the clip rectangle.  
     MethodPop the transform matrix for drawing.  
     MethodPush the clip rectangle.  
     MethodPush the transform matrix for drawing.  
     MethodSets the fill brush.  
     MethodSets the font.  
     MethodChanges the opacity of drawing and filling.  
     MethodSets the current stroke brush.  
     MethodSets the stroke pattern.  
     MethodSets the stroke thickness.  
    Top
    See Also