IMeshBase Interface Members
The following tables list the members exposed by IMeshBase.
Public Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | Draw | Overloaded. Draws this instance. |
![]() | Freeze | Freezes this instance. No further drawing may be done |
![]() | SetOpacity | Sets the opacity for the current vertex |
![]() | SetSelectionId | Sets the selection identifier for the current vertex |
![]() | SetVertex3 | Sets the X,Y,Z position of the current vertex (Inherited from SciChart.Charting3D.Primitives.IImmediateDrawContext) |
![]() | SetVertex4 | Sets the X,Y,Z,W value of the current vertex |
![]() | SetVertexColor | Sets the Vertex Color of the current vertex (Inherited from SciChart.Charting3D.Primitives.IImmediateDrawContext) |
Extension Methods
Name | Description | |
---|---|---|
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
See Also