public interface IDrawingContext
Modifier and Type | Method and Description |
---|---|
void |
draw(IRenderContext2D renderContext,
IPathColor color,
float[] points,
int startIndex,
int count)
Draws provided points with this drawing context on provided
IRenderContext2D |
void draw(IRenderContext2D renderContext, IPathColor color, float[] points, int startIndex, int count)
IRenderContext2D
renderContext
- The render context to draw oncolor
- The path color to draw points withpoints
- The array of point to drawstartIndex
- The start index in points array to start drawing fromcount
- The amount of points to draw from points array