Method GetPen
GetPen(TPenType)
Finds stored Pen object accordingly to the specified type or creates a new one if necessary.
public Pen GetPen(TPenType type)
Parameters
type
TPenTypeType of Pen to probe.
Returns
- Pen
Stored Pen object.
Finds stored Pen object accordingly to the specified type or creates a new one if necessary.
public Pen GetPen(TPenType type)
type
TPenTypeType of Pen to probe.
Stored Pen object.