Click or drag to resize

LineAnnotationStartPoint Property

Gets or sets the starting point for the line.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[TypeConverterAttribute(typeof(PointFTypeConverter))]
public PointF StartPoint { get; set; }

Property Value

Type: PointF
The starting point for the line in annotation space.
See Also