|  | |
| Camera | |
The CameraControlPanel type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ChangeCameraDistance | ChangeCameraDistance method change the distance of the TargetCamera by multiplying it by the changeFactor | 
|  | GetSelectedBitmapForImageName | GetSelectedBitmapForImageName method gets the Selected BitmapSource for the Image with imageName. If null is returned, the original image is not changed. | 
|  | GetUnSelectedBitmapForImageName | GetUnSelectedBitmapForImageName method gets the Un-Selected BitmapSource for the Image with imageName. If null is returned, the original image is not changed. | 
|  | MeasureOverride | MeasureOverride (Overrides ControlMeasureOverride(Size)) | 
|  | MoveCamera | MoveCamera method moves the camera for the mouse change defined by offsetXChange and offsetYChange parameters. | 
|  | OnApplyTemplate | OnApplyTemplate (Overrides FrameworkElementOnApplyTemplate) | 
|  | RotateCamera | RotateCamera method rotates the camera for the mouse change defined by headingChange and attitudeChange parameters. | 
|  | SubscribeImageEvents | SubscribeImageEvents method subscribes mouse events to Images used in CameraControlPanel | 
|  | UpdateShownButtons | UpdateShownButtons method shows or hides the shown buttons based on the ShowMoveButtons, ShowRotateButtons and ShowZoomButtons properties. | 
 See Also
See Also