[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ImgList' (#lcl)

TCustomImageList.DrawForPPI

Declaration

Source position: imglist.pp line 359

public procedure TCustomImageList.DrawForPPI(

  ACanvas: TCanvas;

  AX: Integer;

  AY: Integer;

  AIndex: Integer;

  AImageWidthAt96PPI: Integer;

  ATargetPPI: Integer;

  ACanvasFactor: Double;

  AEnabled: Boolean = True

); overload;

procedure TCustomImageList.DrawForPPI(

  ACanvas: TCanvas;

  AX: Integer;

  AY: Integer;

  AIndex: Integer;

  AImageWidthAt96PPI: Integer;

  ATargetPPI: Integer;

  ACanvasFactor: Double;

  ADrawEffect: TGraphicsDrawEffect

); overload;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.