'Declaration
Public Shared Sub PaintRectangle( _ ByVal g As System.Drawing.Graphics, _ ByVal rect As NRectangle, _ ByVal fill As NFillInfo, _ ByVal stroke As NStrokeInfo _ )
'Usage
Dim g As System.Drawing.Graphics Dim rect As NRectangle Dim fill As NFillInfo Dim stroke As NStrokeInfo NUIRenderer.PaintRectangle(g, rect, fill, stroke)
public static void PaintRectangle( System.Drawing.Graphics g, NRectangle rect, NFillInfo fill, NStrokeInfo stroke )
Parameters
- g
- rect
- fill
- stroke