BOOL CBCGPHotSpotImageCtrl::SetImage | ( | UINT | uiImageResID, |
UINT | uiHotImageResID = 0 , |
||
BOOL | bKeepHotSpots = FALSE |
||
) |
Sets regular and hot images to the hot spot image control.
Use this function to set regular and hot images. SetImage automatically removes all hot points, which were previously added by AddHotSpot().
uiImageResID | Regular image resource ID. |
uiHotImageResID | Hot image resource ID. |
bKeepHotSpots | Specifies whether previously added hot spots should be deleted. |