Method | Description | |
---|---|---|
BasicFillShader ( |
||
DrawLine ( float x1, float y1, float x2, float y2, PixelFarm color ) : void | ||
DrawLineLoopWithVertexBuffer ( float polygon2dVertices, int nelements, Drawing color ) : void | ||
FillTriangleFan ( float polygon2dVertices, int nelements, Drawing color ) : void | ||
FillTriangleStripWithVertexBuffer ( float linesBuffer, int nelements, Drawing color ) : void | ||
FillTriangles ( float polygon2dVertices, int nelements, Drawing color ) : void |
Method | Description | |
---|---|---|
CheckViewMatrix ( ) : void |
public BasicFillShader ( |
||
canvasShareResource | ||
return | System |
public DrawLine ( float x1, float y1, float x2, float y2, PixelFarm color ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
color | PixelFarm | |
return | void |
public DrawLineLoopWithVertexBuffer ( float polygon2dVertices, int nelements, Drawing color ) : void | ||
polygon2dVertices | float | |
nelements | int | |
color | Drawing | |
return | void |
public FillTriangleFan ( float polygon2dVertices, int nelements, Drawing color ) : void | ||
polygon2dVertices | float | |
nelements | int | |
color | Drawing | |
return | void |
public FillTriangleStripWithVertexBuffer ( float linesBuffer, int nelements, Drawing color ) : void | ||
linesBuffer | float | |
nelements | int | |
color | Drawing | |
return | void |
public FillTriangles ( float polygon2dVertices, int nelements, Drawing color ) : void | ||
polygon2dVertices | float | |
nelements | int | |
color | Drawing | |
return | void |