Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationLineCap(
	AnnotationLineCapStyle style,
	SizeF size
)

Parameters

style
Type: Atalasoft.AnnotateAnnotationLineCapStyle
The style of the line cap.
size
Type: System.DrawingSizeF
The size of the line cap.
See Also