| 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
)
Public Sub New (
Pen As Pen
)
Dim Pen As Pen
Dim instance As New PenData(Pen)
public:
PenData(
Pen^ Pen
)
Parameters
- Pen
- Type: System.DrawingPen
The pen to be stored with PenData
See Also