标签: android delphi delphi-xe5
我在我的表单顶部有一个TImageControl。它可能有不同大小的图像。 如何在XE5中的TImageControl中拉伸位图?
答案 0 :(得分:0)
您希望使用TImage代替TImageControl,将源图像加载到MultiResBitmap属性中。 此外,如果您不希望以不同的分辨率创建多个图像,只需将图像加载到其上并将TImage's WrapMode属性更改为iwStretch。
TImage
TImageControl
MultiResBitmap
TImage's WrapMode
iwStretch