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

TScaledImageListResolution

Declaration

Source position: imglist.pp line 187

type TScaledImageListResolution = record

public

  class function Create();

  procedure GetBitmap();

  procedure Draw();

  procedure StretchDraw();

  procedure DrawOverlay();

  property Width: Integer; [r]

  property Height: Integer; [r]

  property Size: TSize; [r]

  property Resolution: TCustomImageListResolution; [r]

  property Count: Integer; [r]

  property Valid: Boolean; [r]

end;

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