MobileForms Toolkit Documentation

AdvancedList.GetPen Method 

Get the Pen of the given Color.

public static Pen GetPen(
Color c
);

Parameters

c
Color of the Pen.

Return Value

The Pen to be used for painting.

Remarks

The method is used as an optimalization, that caches the pen for drawing. It is not thread safe.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace