'Declaration
Public Overloads Shared Function RectFromRectangle( _ ByVal r As System.Drawing.Rectangle _ ) As NWin32.RECT
'Usage
Dim r As System.Drawing.Rectangle Dim value As NWin32.RECT value = NLayoutHelper.RectFromRectangle(r)
public static NWin32.RECT RectFromRectangle( System.Drawing.Rectangle r )
Parameters
- r