Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.FillEllipseI Function

Uses a brush to fill the interior of an ellipse that is specified by coordinates and dimensions

Syntax
Public Function FillEllipseI (ByRef oBr As clsGpBrush, _
ByVal x As Long, _
ByVal y As Long, _
ByVal Width As Long, _
ByVal Height As Long) As GpStatus
Parameters
Parameter Description
ByRef oBr As clsGpBrush The brush to use
ByVal x As Long The destination X
ByVal y As Long The destination Y
ByVal Width As Long The width
ByVal Height As Long The height
Remarks