Unicode Controls & Classes for VB6 - Version 4
clsGpPath Class
Manages a GDI+ path
Enums
Name
Description
Events
Name
Description
Properties
Name
Type
Description
hPath
(Long)
Gets or sets the internal handle
isValid
(Boolean)
Returns True if the class contains a valid path handle
Methods
Name
Type
Description
AddArc
(
GpStatus
)
Adds an arc to the path
AddArcI
(
GpStatus
)
Adds an arc to the path
AddBezier
(
GpStatus
)
Adds a bezier spline to the path using 'Single' coordinates
AddBezierI
(
GpStatus
)
Adds a bezier spline to the path using 'Long' coordinates
AddBeziers
(
GpStatus
)
Adds a Bézier spline to the current figure of this path
AddBeziersI
(
GpStatus
)
Adds a Bézier spline to the current figure of this path
AddEllipse
(
GpStatus
)
Adds an ellipse to the path (coordinates are single)
AddEllipseI
(
GpStatus
)
Adds an ellipse to the path (coordinates are long)
AddLine
(
GpStatus
)
Adds a line to the path (coordinates are single)
AddLine2
(
GpStatus
)
Adds an array of lines to the path (coordinates are single)
AddLine2I
(
GpStatus
)
Adds an array of lines to the path (coordinates are long)
AddLineI
(
GpStatus
)
Adds a line to the path (coordinates are long)
AddPath
(
GpStatus
)
Adds a path to this path
AddPieI
(
GpStatus
)
Adds a pie to the path
AddPolygon
(
GpStatus
)
Adds a polygon to the path
AddPolygonI
(
GpStatus
)
Adds a polygon to the path
AddRectangle
(
GpStatus
)
Adds a rectangle to the path
AddRectangleI
(
GpStatus
)
Adds a rectangle to the path
AddRRect
(
GpStatus
)
Adds a round rectangle to the path
AddStringI
(
GpStatus
)
Adds a string to the path
Clone
(
clsGpPath
)
Returns a clone of this object
CloseFigure
(
GpStatus
)
Closes the current figure
CreatePath
(
GpStatus
)
Creates a path with the given FillMode
Dispose
Releases resources used by this object
StartFigure
(
GpStatus
)
Starts a new figure
Remarks