Click or drag to resize
AB4D logo

WpfCamera(Camera, Single) Constructor

Constructor

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public WpfCamera(
	Camera camera,
	float aspectRatio
)

Parameters

camera  Camera
WPF camera
aspectRatio  Single
aspect ratio (width divided by height) of the viewport that is showing the 3D scene
See Also