Click or drag to resize
AB4D logo

ViewCubePlaneEventArgs Constructor

Initializes a new instance of the ViewCubePlaneEventArgs class

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public ViewCubePlaneEventArgs(
	ViewCubeCameraControllerViewCubePlanes plane,
	Vector3D planeNormal
)

Parameters

plane  ViewCubeCameraControllerViewCubePlanes

[Missing <param name="plane"/> documentation for "M:Ab3d.Common.ViewCubePlaneEventArgs.#ctor(Ab3d.Controls.ViewCubeCameraController.ViewCubePlanes,System.Windows.Media.Media3D.Vector3D)"]

planeNormal  Vector3D

[Missing <param name="planeNormal"/> documentation for "M:Ab3d.Common.ViewCubePlaneEventArgs.#ctor(Ab3d.Controls.ViewCubeCameraController.ViewCubePlanes,System.Windows.Media.Media3D.Vector3D)"]

See Also