Unicode Controls & Classes for VB6 - Version 4
clsGpPath
.AddRectangle Function
Adds a rectangle to the path
Syntax
Public Function AddRectangle (ByVal
x
As Single, _
ByVal
y
As Single, _
ByVal
Width
As Single, _
ByVal
Height
As Single) As
GpStatus
Parameters
Parameter
Description
ByVal
x
As Single
Start X coordinate
ByVal
y
As Single
Start Y coordinate
ByVal
Width
As Single
Width
ByVal
Height
As Single
Height
Remarks