Skip to content

ImageManagerIcon Object

Description

Represents a single image in a component's Icons collection.

For a list of all members defined in this module, see ImageManagerIcon Members.

Remarks

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.

The GetImage method is used to retrieve an image from the Icons collection and place it in a ImageManagerIcon object so it can be used with components other than Codejock components.

The Draw method is used to draw the image in a specific location.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.