'Declaration
Public Function GetLineSegment( _ ByVal center As NPointF, _ ByVal offset As System.Single _ ) As NLineSegmentF
'Usage
Dim instance As NLineF Dim center As NPointF Dim offset As System.Single Dim value As NLineSegmentF value = instance.GetLineSegment(center, offset)
public NLineSegmentF GetLineSegment( NPointF center, System.float offset )
Parameters
- center
- offset