'Declaration
Public Shared Function FromThreePoints( _ ByVal start As NPointD, _ ByVal control As NPointD, _ ByVal end As NPointD _ ) As NCircleSegmentD
'Usage
Dim start As NPointD Dim control As NPointD Dim end As NPointD Dim value As NCircleSegmentD value = NCircleSegmentD.FromThreePoints(start, control, end)
Parameters
- start
- control
- end