AnnotationPen Constructor (AnnotationBrush, Single) |
Creates a new instance of AnnotationPen specifying the
AnnotationBrush and
pen width.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationPen(
AnnotationBrush brush,
float width
)
Public Sub New (
brush As AnnotationBrush,
width As Single
)
Parameters
- brush
- Type: Atalasoft.AnnotateAnnotationBrush
An AnnotationBrush used for the pen object. - width
- Type: SystemSingle
The width of the pen. This value must be greater than zero.
Exceptions See Also