Declaration
procedure DrawPolygon(Alpha: Integer; Pts: PPointArray; PtsCount: Integer); overload;
procedure DrawPolygon(Alpha: Integer; Alphas: PInteger; Pts: PPointArray; PtsCount: Integer); overload;
Description
Draw specified polygon in the mask, using Alpha value for all pixels. Valid range 0 (fully transparent) to 255 (fully opaque).