'宣言
Public Shared Function FindLineCircleIntersections( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Point, _
ByVal As Point, _
ByRef As Point, _
ByRef As Point _
) As Integer
public static int FindLineCircleIntersections(
double ,
double ,
double ,
Point ,
Point ,
out Point ,
out Point
)