clsGpGraphics.FillPolygon2I FunctionUses a brush to fill the interior of a polygon created by a pointer to an array of POINTL structs (a struct where x and y are long)Syntax
Public Function FillPolygon2I (ByRef oBr As clsGpBrush, _
ByVal lpPointsL As Long, _ ByVal Count As Long) As GpStatus Parameters
Remarks
Dim oPn As New clsGpPen |