Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.DrawBeziersI Function

Draws a sequence of connected Bézier splines

Syntax
Public Function DrawBeziersI (ByRef oPn As clsGpPen, _
ByVal lpPointsL As Long, _
ByVal Count As Long) As GpStatus
Parameters
Parameter Description
ByRef oPn As clsGpPen The Pen to use
ByVal lpPointsL As Long A pointer of an array of POINT (use 'ByVal VarPtr(YourArray(0))')
ByVal Count As Long The number of items in the array
Remarks