LineSegment Constructor (Int32, Int32, Int32, Int32)

CVB.Net Documentation
Creates a line segment based on the given coordinates.

Namespace:  Stemmer.Cvb.Geometry2D
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public LineSegment(
	int x0,
	int y0,
	int x1,
	int y1
)

Parameters

x0
Type: SystemInt32
Start point X.
y0
Type: SystemInt32
Start point Y.
x1
Type: SystemInt32
End point X.
y1
Type: SystemInt32
End point Y.
See Also

Reference