IGraphicsContext3D Interface |
[Missing <summary> documentation for "T:Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D"]
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic interface IGraphicsContext3D : ITransformationContext
The IGraphicsContext3D type exposes the following members.
Properties
Methods | Name | Description |
---|
![Public method Public method](../icons/pubMethod.gif) | DrawLine(PenX3D, IPolylineD3D) | |
![Public method Public method](../icons/pubMethod.gif) | DrawLine(PenX3D, PointD3D, PointD3D) | |
![Public method Public method](../icons/pubMethod.gif) | DrawString(String, FontX3D, IMaterial, PointD3D) | |
![Public method Public method](../icons/pubMethod.gif) | DrawString(String, FontX3D, IMaterial, PointD3D, Alignment, Alignment, Alignment) | |
![Public method Public method](../icons/pubMethod.gif) | 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.
|
![Public method Public method](../icons/pubMethod.gif) | 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.
|
![Public method Public method](../icons/pubMethod.gif) | 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.
|
![Public method Public method](../icons/pubMethod.gif) | GetPositionNormalUIndexedTriangleBuffer | |
![Public method Public method](../icons/pubMethod.gif) | MeasureString | |
![Public method Public method](../icons/pubMethod.gif) | PrependTransform | |
![Public method Public method](../icons/pubMethod.gif) | RestoreGraphicsState | |
![Public method Public method](../icons/pubMethod.gif) | RotateTransform | |
![Public method Public method](../icons/pubMethod.gif) | SaveGraphicsState | |
![Public method Public method](../icons/pubMethod.gif) | TranslateTransform(VectorD3D) | |
![Public method Public method](../icons/pubMethod.gif) | TranslateTransform(Double, Double, Double) | |
Top
See Also