Bagikan melalui


Renderer.Draw Method

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

Draws strokes on a Graphics or device context.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

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

Top

See Also

Reference

Renderer Class

Renderer Members

Microsoft.Ink Namespace