GraphicsContext3DBase Class |
[Missing <summary> documentation for "T:Altaxo.Graph.Graph3D.GraphicsContext.GraphicsContext3DBase"]
Inheritance Hierarchy Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic abstract class GraphicsContext3DBase : GraphicsContextD3DPrimitivesBase,
IGraphicsContext3D, ITransformationContext
The GraphicsContext3DBase type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | DrawLine(PenX3D, IPolylineD3D) | |
 | DrawLine(PenX3D, PointD3D, PointD3D) | |
 | DrawString(String, FontX3D, IMaterial, PointD3D) | |
 | DrawString(String, FontX3D, IMaterial, PointD3D, Alignment, Alignment, Alignment) | |
 | DrawTriangle | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetPositionIndexedTriangleBuffer | |
 | GetPositionNormalIndexedTriangleBuffer | |
 | GetPositionNormalIndexedTriangleBufferWithClipping | |
 | GetPositionNormalUIndexedTriangleBuffer | |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | MeasureString | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | PrependTransform | |
 | RestoreGraphicsState | |
 | RotateTransform | |
 | SaveGraphicsState | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
 | TranslateTransform(VectorD3D) | |
 | TranslateTransform(Double, Double, Double) | |
Top
See Also