[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
SetSize - specifies height and width of Image.
Source position: graphics.pp line 1285
protected procedure TRasterImage.SetSize( |
AWidth: Integer; |
AHeight: Integer |
); virtual; abstract; |
AWidth |
|
New width for the image. |
AHeight |
|
New height for the image. |
SetSize is used to set the Height and Width for the image to the specified values.
SetSize is an abstract virtual method in TRasterImage, and must be implemented in a descendent class to perform actions needed to resize the raw image data for a specific image format.
Version 4.0 | Generated 2025-05-03 | Home |