Gets or sets a value of the pen which is used to draw the rubberband.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AtalaPen Pen { get; set; }
Public Property Pen As AtalaPen
Get
Set
Property Value
Type:
AtalaPen A value of the pen which is used to draw the rubberband.
Remarks By default the pen is inverted with a dash-dot-dot pattern. If the pen is not inverted,
it will cause the rectngular area of the pen to be invalidated at the selection moves. This is
somewhat slower but the performance difference should be unnoticeable.
See Also