Compartir a través de


Renderer.Draw Method

Draws strokes on a Graphics or device context.

Overload List

Name Description
Renderer.Draw (Bitmap, Stroke) Draws the Stroke on the specified Bitmap.
Renderer.Draw (Bitmap, Strokes) Draws the Strokes collection on the specified Bitmap.
Renderer.Draw (Graphics, Stroke) Draws the Stroke object on the specified Graphics surface.
Renderer.Draw (Graphics, Strokes) Draws the Strokes collection on the specified Graphics surface.
Renderer.Draw (IntPtr, Stroke) Draws the Stroke object on the device context whose handle is passed in.
Renderer.Draw (IntPtr, Strokes) Draws the Strokes collection on the device context whose handle is passed in.
Renderer.Draw (Bitmap, Stroke, DrawingAttributes) Draws the Stroke on the specified Bitmap with the specified DrawingAttributes.
Renderer.Draw (Graphics, Stroke, DrawingAttributes) Draws the Stroke object, with DrawingAttributes, on the specified Graphics surface.
Renderer.Draw (IntPtr, Stroke, DrawingAttributes) Draws the Stroke object, with DrawingAttributes, on the device context whose handle is passed in.

See Also

Reference

Renderer Class
Renderer Members
Microsoft.Ink Namespace