Click or drag to resize
AB4D logo

TargetPositionCameraBaseCreateFrom Method

This method is called from CreateFrom method and actually sets the properties on this camera.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
protected override void BaseCreateFrom(
	Camera originalCamera
)

Parameters

originalCamera  Camera
originalCamera as WPF's Camera
Remarks

The CreateFrom method first call BeginInit, than the BaseCreateFrom method and than EndInit. This way all the creating process updates the camera only once (in the EndInit call).

All overridden BaseCreateFrom methods should call base.BaseCreateFrom method.

See Also