PenExtensions
Inheritance: java.lang.Object
public final class PenExtensions
Contains extension methods for Pen and System.Drawing.Pen.
Methods
| Method | Description |
|---|---|
| toGdiPen(Pen pen) | Converts the Pen to the System.Drawing.Pen. |
toGdiPen(Pen pen)
public static System.Drawing.Pen toGdiPen(Pen pen)
Converts the Pen to the System.Drawing.Pen.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pen | Pen | The Pen to convert. |
Returns:
Pen - The converted System.Drawing.Pen.