[]
Sets the multiscaling versions of specified graphic for a specified part of the user interface.
public void SetImageDPISupport(int id, MultiScalingBitmapManager imageManager)
Public Sub SetImageDPISupport(id As Integer, imageManager As MultiScalingBitmapManager)
Type | Name | Description |
---|---|---|
int | id | Unique identifier of the part of the user interface |
MultiScalingBitmapManager | imageManager | The MultiScalingImageManager object that help retrieve multiscaling versio of the graphic image. |