Scaled Property
Description
Determines whether the image is scaled from its original size.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property Scaled() As Boolean
Remarks
An image is scaled when the GetImage method is used to retrieve an image from the Icons collection of a component and there is not an image with the specified width. The ImageManager will then scale the image to the specified width.
An ImageManagerIcon object is used to hold a copy of an image stored in the Icons collection of each Codejock component. The Icons collection is a ImageManagerIcons object that holds all the images for the associated component. Multiple sizes of the same image can be added to the Icons collection as well as images with Alpha information. It is useful to add an image with multiple sizes if you plan to display the image in different sizes; this way, the image does not need to be scaled.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.