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