JCL Help:TJclCustomMap.SetSize@Integer@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclCustomMap.SetSize Method (Integer, Integer)
[+] TJclCustomMap Methods
[+] TJclCustomMap Properties
Search in JCL Help
Search in all projects
Summary
Simultaneously changes both Width and Height of contained data.
Pascal
public procedure SetSize(NewWidth: Integer; NewHeight: Integer); virtual; overload;
Parameters
Parameters | Description |
Height | New value for Height. |
Width | New value for Width. |
Description
Simultaneously changes both Width and Height of contained data. The method is overriden in descendants (TJclBitmap32, TJclByteMap) so that bitmap bits are reallocated and byte map data array is resized.
See Also
TJclCustomMap.SetSize@TPersistent
About
Donator
Alex Denissov
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page