C1.Android.Core Assembly / C1.Android.Core Namespace / IRenderEngine Interface

In This Topic
IRenderEngine Interface Methods
In This Topic

For a list of all members of this type, see IRenderEngine members.

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