IGraphicsContext3D Methods |
The IGraphicsContext3D type exposes the following members.
Methods | Name | Description |
---|
| DrawLine(PenX3D, IPolylineD3D) | |
| DrawLine(PenX3D, PointD3D, PointD3D) | |
| DrawString(String, FontX3D, IMaterial, PointD3D) | |
| DrawString(String, FontX3D, IMaterial, PointD3D, Alignment, Alignment, Alignment) | |
| GetPositionIndexedTriangleBuffer |
Gets an indexed triangle buffer without using a normal, i.e. either IPositionIndexedTriangleBuffer, IPositionColorIndexedTriangleBuffer or IPositionUVIndexedTriangleBuffer, depending on wether the material has its own color or texture.
|
| GetPositionNormalIndexedTriangleBuffer |
Gets an indexed triangle buffer with a normal, i.e. either IPositionNormalIndexedTriangleBuffer, IPositionNormalColorIndexedTriangleBuffer or IPositionNormalUVIndexedTriangleBuffer, depending on wether the material has its own color or texture.
|
| GetPositionNormalIndexedTriangleBufferWithClipping |
Gets an indexed triangle buffer without using a normal, i.e. either IPositionIndexedTriangleBuffer, IPositionColorIndexedTriangleBuffer or IPositionUVIndexedTriangleBuffer, depending on wether the material has its own color or texture.
|
| GetPositionNormalUIndexedTriangleBuffer | |
| MeasureString | |
| PrependTransform | |
| RestoreGraphicsState | |
| RotateTransform | |
| SaveGraphicsState | |
| TranslateTransform(VectorD3D) | |
| TranslateTransform(Double, Double, Double) | |
TopSee Also