Search
Line.A Property
See Also
 






Gets or sets the first point defining the line.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public PointF A { get; set; }

Visual Basic  Copy Code

Public Property A As PointF

 Property Value

A PointF that represents the first point of the line.

 See Also