[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set the size of the image in pixels.
Source position: fpimage.pp line 137
public procedure TFPCustomImage.SetSize( |
AWidth: Integer; |
AHeight: Integer |
); virtual; |
Override to perform further actions, like allocating memory. This method also is called when the Width or Height is changed.
lazarus-ccr.sourceforge.net |