The DrawJob type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Stops, and Disposes the draw job. The job may not stop immediately, but at a moment
that permits it.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetBitmap |
Get a copy of the bitmap for as far as it has been drawn. This may
return null, e.g. when the job has not yet been started, or after
calling Dispose for the job.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Start |
Start drawing the page to the given bitmap.
| |
| Stop |
Stop drawing. The job may not stop immediately, but at a moment that permits it.
| |
| ToString | (Inherited from Object.) | |
| Wait |
Wait until the job has stopped, or is ready.
|