Indicates if the image is resized to the client area for the control.
Source position: extctrls.pp line 578
public property TCustomImage.Stretch : Boolean |
Stretch is a Boolean property which indicates if the image content is resized to the client area for the control. It is used in the DestRect method (along with Proportional) to calculate the rectangle needed to render the image content.
Changing the value in Stretch causes the PictureChanged method to be called.
The default value for the property is False.
|
True if image is proportional. |
|
|
Gets the rectangle where the image is painted. |
|
|
Performs actions needed when the Picture property has been changed. |
CT Web help |
CodeTyphon Studio |