Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.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
     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.  
     MethodDraw string at specified position.  
     MethodDraw rotated string at specified position.  
     MethodMeasures size of string.  
     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.  
    Top
    See Also