public interface IImediateDrawContext
extends com.scichart.core.framework.IDisposable
Modifier and Type | Method and Description |
---|---|
void |
setVertex3(float x,
float y,
float z)
Sets the X, Y, Z position of the current vertex
|
void |
setVertexColor(int color)
Sets the Vertex Color of the current vertex
|
void setVertexColor(int color)
color
- The color valuevoid setVertex3(float x, float y, float z)
x
- The x valuey
- The y valuez
- The z value