WinUI | ComponentOne
C1.WinUI.Rendering Assembly / C1.WinUI.Rendering Namespace / IRenderingEngine Interface
Methods

In This Topic
    IRenderingEngine Interface Members
    In This Topic

    The following tables list the members exposed by IRenderingEngine.

    Public Methods
     NameDescription
     MethodBegin draw.  
     MethodDraws donut segment at specified point.  
     MethodDraw ellipse with currect stroke and fill.  
     MethodDraw image using special source.  
     MethodDraw line between two points using current stroke attributes.  
     MethodDraw lines using specified coordinates.  
     MethodDraws pie segment at specified point.  
     MethodDraw polygon with currect stroke and fill.  
     MethodDraw rectangle with currect stroke and fill.  
     MethodOverloaded. Draw string at specified position.  
     MethodDraw rotated string at specified position.  
     MethodEnd draw.  
     MethodOverloaded. Measures size of string.  
     MethodSet the canvas object surface to render.  
     MethodSets clip rectangle.  
     MethodSets the fill brush.  
     MethodSets the font.  
     MethodChanges the brush opacity.  
     MethodSets the current stroke brush.  
     MethodSets the stroke pattern.  
     MethodSets the stroke thickness.  
     MethodUnload objects.  
     MethodUpdate the canvas size.  
    Top
    See Also