| Points | Optional. A Variant value. If NULL or pointing to a VT_ERROR or VT_NULL variant (parameter omitted), then only the count is returned. if a VT_EMPTY variant, it will be shaped and filled with an array containing 2 float per point. Otherwise Points must point to a variant containing a safearray or record(s) of the proper type and size. Allowed types are LONGPOINT, or long, SINGLEPOINT, or float (AKA Single in VB), and DOUBLEPOINT, or double. A non-emtpy variant of the right size and type will be filled with x,y pixel coordinate values (one XXXPOINT per point or two long/float/double per point)
|