Renderer Methods
.NET Framework 3.5
The Renderer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Draw | Overloaded. Draws strokes on a Graphics or device context. |
|
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 a hash function for a particular type. (Inherited from Object.) |
|
GetObjectTransform | Identifies the Matrix object that represents the object transform that was used to render ink. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetViewTransform | Identifies the Matrix object that represents the object transform that was used to render ink. |
|
InkSpaceToPixel | Overloaded. Converts one or more locations in ink space coordinates to be in pixel space. |
|
Measure | Overloaded. Calculates the Rectangle on the device context needed to contain the stroke or strokes to be drawn by the Renderer object. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Move | Applies a translation to the GetViewTransform in ink space coordinates. |
|
PixelToInkSpace | Overloaded. Converts one or more locations from pixel coordinates to ink space coordinates. |
|
Rotate | Overloaded. Applies a rotation to the GetViewTransform. |
|
Scale | Overloaded. Scales the GetViewTransform in the X and Y dimensions. |
|
SetObjectTransform | Sets the Matrix object that represents the object transform that is used to render ink. |
|
SetViewTransform | Sets the Matrix object that represents the view transform that is used to render ink. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |