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

TRasterImage.SetSize

SetSize - specifies height and width of Image

Declaration

Source position: graphics.pp line 1343

protected procedure TRasterImage.SetSize(

  AWidth: Integer;

  AHeight: Integer

); virtual; abstract;