Base |
If the IsDynamicTarget is true the camera is subscribed to CompositionTarget.Rendering event to constantly monitor the TargetRect3D.
This can slightly affect the performance of the application because the position and size of the TargetRect3D is checked event if it is not changed. To avoid this and if you know when the TargetRect3D is changed it is recommended that after the change of TargetRect3D a Refresh method is called to update the camera according to the new TargetRect3D.