[]
Builtin Transform3D effect.
public class Transform3D : Effect, IDisposable, IUnknown
| Name | Description |
|---|---|
| Transform3D(IntPtr) | Initializes a new instance of the Transform3D class. |
| Name | Description |
|---|---|
| BorderMode | The mode used to calculate the border of the image, soft or hard. |
| 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. |
| TransformMatrix | A 4x4 transform matrix applied to the projection plane. |
| Name | Description |
|---|---|
| Create(DeviceContext) | Initializes a new instance of Transform3D effect. |