Click or drag to resize
OGPenMakeGdiPlusPen Method
Converts this OGPen to an equivalent GDI+ Pen object.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public Pen MakeGdiPlusPen()

Return Value

Type: Pen
A GDI+ Pen object that is equivalent to this pen.
See Also