Class Transform2DArgs
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public sealed class Transform2DArgs : EventArgs
- Inheritance
-
Transform2DArgs
- Inherited Members
Constructors
Transform2DArgs(Matrix3x2)
Initializes a new instance of the Transform2DArgs class.
public Transform2DArgs(Matrix3x2 transform)
Parameters
transformMatrix3x2The transform.
Transform2DArgs(ref Matrix3x2)
Initializes a new instance of the Transform2DArgs class.
public Transform2DArgs(ref Matrix3x2 transform)
Parameters
transformMatrix3x2The transform.
Fields
Transform
The transform
public readonly Matrix3x2 Transform
Field Value
Operators
implicit operator Matrix3x2(Transform2DArgs)
Performs an implicit conversion from Transform2DArgs to Matrix3x2.
public static implicit operator Matrix3x2(Transform2DArgs args)
Parameters
argsTransform2DArgsThe arguments.
Returns
- Matrix3x2
The result of the conversion.