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