'Declaration
Public Overloads Sub PaintEllipse( _ 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.PaintEllipse(fillStyle, strokeStyle, rect)
public void PaintEllipse( NFillStyle fillStyle, NStrokeStyle strokeStyle, NRectangleF rect )
Parameters
- fillStyle
- strokeStyle
- rect