IImmediateDrawContext Interface Members
The following tables list the members exposed by IImmediateDrawContext.
Public Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) | |
SetVertex3 | Sets the X,Y,Z position of the current vertex | |
SetVertexColor | Overloaded. Sets the Vertex Color of the current vertex |
Extension Methods
Name | Description | |
---|---|---|
SafeDispose | Checks for null and if not null, calls Dispose |
See Also