LineDataStartPoint Property |
Gets or sets the starting point for the line.
Namespace:
Atalasoft.Annotate
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; }
<TypeConverterAttribute(GetType(PointFTypeConverter))>
Public Property StartPoint As PointF
Get
Set
Property Value
Type:
PointF The starting point for the line in annotation space.
See Also