Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.DrawArcI Function

Draws an arc. The arc is part of an ellipse.

Syntax
Public Function DrawArcI (ByRef oPn As clsGpPen, _
ByVal x As Long, _
ByVal y As Long, _
ByVal Width As Long, _
ByVal Height As Long, _
ByVal StartAngle As Single, _
ByVal sweepAngle As Single) As GpStatus
Parameters
Parameter Description
ByRef oPn As clsGpPen The Pen 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
ByVal StartAngle As Single The starting angle
ByVal sweepAngle As Single The sweeping angle
Remarks