GeekArticles
Programming
Delphi
Programming
DelphiA way to set both Width and Height of TBitmap (speed reason)
QC#: 4624 Version: 7.0 Status: Closed defect, no action required Resolution: Bug has been fixed Description: Setting TBitmap Width property, then Height property, is very slow.
A new method to set both at the same time,
should speed up a lot:
MyBitmap.SetSize( 450, 200 );
A new method to set both at the same time,
should speed up a lot:
MyBitmap.SetSize( 450, 200 );
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
