PenExtensions

Inheritance: java.lang.Object

public final class PenExtensions

Contains extension methods for Pen and System.Drawing.Pen.

Methods

MethodDescription
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:

ParameterTypeDescription
penPenThe Pen to convert.

Returns: Pen - The converted System.Drawing.Pen.