ImageEn, unit iexBitmaps

TIEMask.DrawPolygon

TIEMask.DrawPolygon


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).