WebPlanner Programmer's Guide

Pen.CreateGdiPen Method

See Also
 


Returns an instance of the System.Drawing.Pen class corresponding to the current pen.

 Overload List

Name Description

Pen.CreateGdiPen ()

Returns an instance of the System.Drawing.Pen class that can be used to paint in a GDI+ Graphics object.

Pen.CreateGdiPen (RectangleF)

Returns an instance of the System.Drawing.Pen class that can be used to paint in a GDI+ Graphics object.

 See Also