'DeclarationPublic Function New( _ ByVal x1 As Double, _ ByVal x2 As Double, _ ByVal y1 As Double, _ ByVal y2 As Double _ )
'UsageDim x1 As Double Dim x2 As Double Dim y1 As Double Dim y2 As Double Dim instance As New LinearConverter(x1, x2, y1, y2)
Parameters
- x1
 - X coordinate of the first point on the conversion line.
 - x2
 - X coordinate of the second point on the conversion line.
 - y1
 - Y coordinate of the first point on the conversion line.
 - y2
 - Y coordinate of the second point on the conversion line.