This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Renderer..::.Draw Method
Draws strokes on a Graphics or device context.

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

See Also