Gets or sets the first point defining the line.
Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common
C# Copy Code |
---|
public PointF A { get; set; } |
Visual Basic Copy Code |
---|
Public Property A As PointF |
A PointF that represents the first point of the line.