Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / IRenderEngine Interface
Methods

In This Topic
    IRenderEngine Interface Members
    In This Topic

    The following tables list the members exposed by IRenderEngine.

    Public Methods
     NameDescription
     Method Draws donut segment at specified point.  
     Method Draw ellipse with currect stroke and fill.  
     Method Draw image using special source.  
     Method Draw line between two points using current stroke attributes.  
     Method Draw lines using specified coordinates.  
     Method Draws pie segment at specified point.  
     Method Draw polygon with currect stroke and fill.  
     Method Draw rectangle with currect stroke and fill.  
     Method Draw string at specified position.  
     Method Draw rotated string at specified position.  
     Method Measures size of string.  
     Method Sets clip rectangle.  
     Method Sets the fill brush.  
     Method Sets the font.  
     Method Changes the brush opacity.  
     Method Sets the current stroke brush.  
     Method Sets the stroke pattern.  
     Method Sets the stroke thickness.  
    Top
    See Also