Click or drag to resize
AB4D logo

CameraControlPanelGetUnSelectedBitmapForImageName Method

GetUnSelectedBitmapForImageName method gets the Un-Selected BitmapSource for the Image with imageName. If null is returned, the original image is not changed.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
protected virtual BitmapSource GetUnSelectedBitmapForImageName(
	string imageName
)

Parameters

imageName  String
imageName

Return Value

BitmapSource
BitmapSource of the un-selected image
See Also