Click or drag to resize
OGPenOGSolidPen Method
Creates a solid pen using a specified color and weight.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static OGPen OGSolidPen(
	Color color,
	byte weight
)

Parameters

color
Type: System.DrawingColor
The color of this new pen.
weight
Type: SystemByte
The weight of this new pen.

Return Value

Type: OGPen
A new OGPen with this color and weight.
See Also