Class Transform3D
Built in Transform3D effect.
public class Transform3D : Effect
- Inheritance
-
Transform3D
- Inherited Members
Constructors
Transform3D(DeviceContext)
Initializes a new instance of Transform3D effect.
public Transform3D(DeviceContext context)
Parameters
context
DeviceContext
Properties
BorderMode
The mode used to calculate the border of the image, soft or hard. See BorderMode modes for more info.
public BorderMode BorderMode { get; set; }
Property Value
InterpolationMode
The interpolation mode used to scale the image. There are 6 scale modes that range in quality and speed. If you don't select a mode, the effect uses the interpolation mode of the device context. See InterpolationMode for more info.
public InterpolationMode InterpolationMode { get; set; }
Property Value
TransformMatrix
A 4x4 transform matrix applied to the projection plane.
public RawMatrix TransformMatrix { get; set; }
Property Value
- RawMatrix