[]
        
(Showing Draft Content)

C1.Android.Core.IRenderEngine

IRenderEngine Interface

Namespace: C1.Android.Core
Assembly: C1.Android.Core.dll
Syntax
public interface IRenderEngine

Methods

Name Description
DrawDonutSegment(double, double, double, double, double, double, bool)

Draws donut segment at specified point.

DrawEllipse(double, double, double, double)

Draw ellipse with currect stroke and fill.

DrawImage(object, double, double, double, double)

Draw image using special source.

DrawLine(double, double, double, double)

Draw line between two points using current stroke attributes.

DrawLines(double[], double[])

Draw lines using specified coordinates.

DrawPieSegment(double, double, double, double, double)

Draws pie segment at specified point.

DrawPolygon(double[], double[])

Draw polygon with currect stroke and fill.

DrawRect(double, double, double, double)

Draw rectangle with currect stroke and fill.

DrawString(string, C1Point)

Draw string at specified position.

DrawStringRotated(string, C1Point, C1Point, double)

Draw rotated string at specified position.

MeasureString(string)

Measures size of string.

SetClipRect(Nullable<C1Rect>)

Sets clip rectangle.

SetFill(object)

Sets the fill brush.

SetFont(C1Font)

Sets the font.

SetOpacity(object, double)

Changes the brush opacity.

SetStroke(object)

Sets the current stroke brush.

SetStrokePattern(double[])

Sets the stroke pattern.

SetStrokeThickness(double)

Sets the stroke thickness.