AsyncRenderContext Methods |
The AsyncRenderContext type exposes the following members.
Name | Description | |
---|---|---|
DeleteThis | ||
Dispose | ||
Dispose(Boolean) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
JoinRenderThread |
Join the render thread, then set to null;
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
StartRenderThread |
Start a new render thread with given function.
| |
StopRendering |
Override StopRendering if you need to do additional tasks besides
having Cancel set to true.
Note: you should always base.StopRendering() in your overriding
implementation.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |