GraphicsContext3DBase Methods |
The GraphicsContext3DBase 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) | |
 | 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