Class OrthographicCamera
- Namespace
- HelixToolkit.WinUI.SharpDX
- Assembly
- HelixToolkit.WinUI.SharpDX.dll
Represents an orthographic projection camera.
public class OrthographicCamera : ProjectionCamera, IWinRTObject, IDynamicInterfaceCastable, IEquatable<DependencyObject>, IOrthographicCameraModel, IProjectionCameraModel, ICameraModel
- Inheritance
-
OrthographicCamera
- Implements
-
IWinRTObject
- Inherited Members
- Extension Methods
Constructors
OrthographicCamera()
public OrthographicCamera()
Fields
WidthProperty
The width property
public static readonly DependencyProperty WidthProperty
Field Value
Properties
Width
Gets or sets the width.
public double Width { get; set; }
Property Value
- double
The width.
Methods
AnimateWidth(double, double)
public void AnimateWidth(double newWidth, double animationTime)
Parameters
CreatePortableCameraCore()
Creates the portable camera core.
protected override CameraCore CreatePortableCameraCore()
Returns
OnCoreCreated(CameraCore)
Called when [core created].
protected override void OnCoreCreated(CameraCore core)
Parameters
coreCameraCore
OnUpdateAnimation(float)
protected override bool OnUpdateAnimation(float ellapsed)
Parameters
ellapsedfloat