AnnotationLineCap Constructor (AnnotationLineCapStyle, SizeF) |
Creates a new instance of AnnotationLineCap specifying the style and size.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic AnnotationLineCap(
AnnotationLineCapStyle style,
SizeF size
)
Public Sub New (
style As AnnotationLineCapStyle,
size As SizeF
)
Parameters
- style
- Type: Atalasoft.AnnotateAnnotationLineCapStyle
The style of the line cap. - size
- Type: System.DrawingSizeF
The size of the line cap.
See Also