clsGpGraphics.FillPolygon FunctionUses a brush to fill the interior of a polygon created by a pointer to an array of POINTF structs (a struct where x and y are single)Syntax
Public Function FillPolygon (ByRef oBr As clsGpBrush, _
ByVal lpPointsF As Long, _ ByVal Count As Long, _ ByVal FillMd As GpFillMode) As GpStatus Parameters
Remarks
|