Search
Line.B Property
See Also
 






Gets or sets the second point defining the line.

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

 Syntax

C#  Copy Code

public PointF B { get; set; }

Visual Basic  Copy Code

Public Property B As PointF

 Property Value

A PointF that represents the second point of the line.

 See Also