'Declaration
Protected Overloads Function CreateModelPath( _ ByVal corner1 As NPointF, _ ByVal corner2 As NPointF, _ ByVal corner3 As NPointF, _ ByVal corner4 As NPointF _ ) As System.Drawing.Drawing2D.GraphicsPath
'Usage
Dim instance As NRectanglePath Dim corner1 As NPointF Dim corner2 As NPointF Dim corner3 As NPointF Dim corner4 As NPointF Dim value As System.Drawing.Drawing2D.GraphicsPath value = instance.CreateModelPath(corner1, corner2, corner3, corner4)
Parameters
- corner1
- corner2
- corner3
- corner4