TTMSFNCMapsImage Class
Non-visual component that provides map image functionality.
API unit family: TMSFNCMapsImage
Inherits from: TTMSFNCCustomMapsImage
Syntax
TTMSFNCMapsImage = class(TTMSFNCCustomMapsImage)
Properties
| Name |
Description |
| AspectRatio |
Maintains the image aspect ratio when set to True. (inherited from TTMSFNCCustomMapsImage) |
| AutoSize |
Automatically sizes the control to the image when set to True. (inherited from TTMSFNCCustomMapsImage) |
| Bitmap |
Bitmap rendered by the control. (inherited from TTMSFNCCustomMapsImage) |
| BitmapContainer |
Bitmap container used to resolve named bitmaps. (inherited from TTMSFNCCustomMapsImage) |
| Bitmaps |
Scaled bitmaps used for different display densities. (inherited from TTMSFNCCustomMapsImage) |
| Center |
Centers the image within the control when set to True. (inherited from TTMSFNCCustomMapsImage) |
| Cropping |
Crops the image to the control bounds when set to True. (inherited from TTMSFNCCustomMapsImage) |
| Stretch |
Stretches the image to fill the control when set to True. (inherited from TTMSFNCCustomMapsImage) |
| URL |
URL of the map image to load. (inherited from TTMSFNCCustomMapsImage) |
| Version |
Version of the component. (inherited from TTMSFNCCustomMapsImage) |
Methods
| Name |
Description |
| Clear |
Clears the current content. (inherited from TTMSFNCCustomMapsImage) |
| Draw |
Draws the map image onto the specified graphics surface. (inherited from TTMSFNCCustomMapsImage) |
| LoadFromURL |
Loads the map image from the specified URL. (inherited from TTMSFNCCustomMapsImage) |
Events
| Name |
Description |
| OnBitmapChanged |
Occurs when the generated bitmap changes. (inherited from TTMSFNCCustomMapsImage) |