'Declaration
Public Overridable Function GetPath( _ ByVal bounds As NRectangle _ ) As System.Drawing.Drawing2D.GraphicsPath
'Usage
Dim instance As NPathShape Dim bounds As NRectangle Dim value As System.Drawing.Drawing2D.GraphicsPath value = instance.GetPath(bounds)
public virtual System.Drawing.Drawing2D.GraphicsPath GetPath( NRectangle bounds )
Parameters
- bounds