'Declaration
Public Sub PaintRectangle( _ ByVal fillStyle As NFillStyle, _ ByVal strokeStyle As NStrokeStyle, _ ByVal rect As NRectangleF _ )
'Usage
Dim instance As NGraphics Dim fillStyle As NFillStyle Dim strokeStyle As NStrokeStyle Dim rect As NRectangleF instance.PaintRectangle(fillStyle, strokeStyle, rect)
public void PaintRectangle( NFillStyle fillStyle, NStrokeStyle strokeStyle, NRectangleF rect )
Parameters
- fillStyle
- strokeStyle
- rect