Target |
public class TargetRect3DCamera : BaseTargetRect3DCamera
The TargetRect3DCamera type exposes the following members.
Name | Description | |
---|---|---|
TargetRect3DCamera | Constructor |
Name | Description | |
---|---|---|
TargetRect3D | Gets or sets the Rect3D that is used as a camera target - the camera is looking at the TargetRect3D. |
If the IsDistancePercent property is true, the Distance property is specified as percentage of the size of the TargetRect3D.
The TargetRect3DCamera also defines a IsDynamicTarget property that can be set to true to constantly (CompositionTarget.Rendering event) monitor the position and size of the TargetRect3D and move the camera according to the change.