FLine(Single, Single, Single, Single) Constructor
Create a new instance of the FLine item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public FLine(
float x1,
float y1,
float x2,
float y2
)
Public Sub New (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single
)
No code example is currently available or this language may not be supported.
Parameters
- x1 Single
-
X coordinate of the first point.
- y1 Single
-
Y coordinate of the first point.
- x2 Single
-
X coordinate of the second point.
- y2 Single
-
Y coordinate of the second point.