Click or drag to resize

CommonLineCoefficients Method

Namespace:  MediaCy.Controls.Common.Vb
Assembly:  MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function LineCoefficients ( 
	x1 As Double,
	y1 As Double,
	x2 As Double,
	y2 As Double,
	ByRef dA As Double,
	ByRef dB As Double
) As Boolean

Parameters

x1
Type: SystemDouble
y1
Type: SystemDouble
x2
Type: SystemDouble
y2
Type: SystemDouble
dA
Type: SystemDouble
dB
Type: SystemDouble

Return Value

Type: Boolean
See Also