Click or drag to resize
AB4D logo

CameraControlPanelGetSelectedBitmapForImageName Method

GetSelectedBitmapForImageName method gets the 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 GetSelectedBitmapForImageName(
	string imageName
)

Parameters

imageName  String
imageName

Return Value

BitmapSource
BitmapSource of the selected image
See Also