Click or drag to resize

PenData Constructor (Pen)

This class only stores data for pen color and the pen width and dashstyle

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public PenData(
	Pen Pen
)

Parameters

Pen
Type: System.DrawingPen
The pen to be stored with PenData
See Also