Unit 'BGRAPen' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_bgrabitmap]

BGRADrawLineAntialias

Declaration

Source position: bgrapen.pas line 94

procedure BGRADrawLineAntialias(

  dest: TBGRACustomBitmap;

  x1: Integer;

  y1: Integer;

  x2: Integer;

  y2: Integer;

  c: TBGRAPixel;

  DrawLastPixel: Boolean;

  LinearBlend: Boolean = False

); overload;

procedure BGRADrawLineAntialias(

  dest: TBGRACustomBitmap;

  x1: Integer;

  y1: Integer;

  x2: Integer;

  y2: Integer;

  c1: TBGRAPixel;

  c2: TBGRAPixel;

  dashLen: Integer;

  DrawLastPixel: Boolean;

  var DashPos: Integer;

  LinearBlend: Boolean = False

); overload;



CT Web help

CodeTyphon Studio