Renderer Members
The following tables list the members exposed by the Renderer type.
Public Constructors
Name | Description | |
---|---|---|
Renderer | Initializes a new instance of the Renderer class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Draw | Overloaded. Draws strokes on a Graphics or device context. | |
Equals | Overloaded. Determines whether two Object instances are equal. (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. | |
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. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
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) |
Top
Protected Methods
Name | Description | |
---|---|---|
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) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
Renderer Class
Microsoft.Ink Namespace
InkCollector.Renderer
InkOverlay.Renderer
InkPicture.Renderer
Ink
Stroke
Strokes