Unit 'BGRAPolygon' Package
[Overview][Classes][Procedures and functions][Index] [#pl_bgrabitmap]

FillPolyAntialias

Declaration

Source position: bgrapolygon.pas line 58

procedure FillPolyAntialias(

  bmp: TBGRACustomBitmap;

  points: array of TPointF;

  c: TBGRAPixel;

  EraseMode: Boolean;

  NonZeroWinding: Boolean;

  LinearBlend: Boolean = False;

  APixelCenteredCoordinates: Boolean = True

);

procedure FillPolyAntialias(

  bmp: TCustomUniversalBitmap;

  const points: array of TPointF;

  brush: TUniversalBrush;

  NonZeroWinding: Boolean;

  APixelCenteredCoordinates: Boolean = True

);



CT Web help

CodeTyphon Studio