|
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.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected virtual BitmapSource GetUnSelectedBitmapForImageName(
string imageName
)
Parameters
- imageName String
- imageName
Return Value
BitmapSourceBitmapSource of the un-selected image
See Also