Class PerspectiveTransform3DEffect
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
Use the 3D perspective transform effect to rotate the image in 3 dimensions as if viewed from a distance.
The 3D perspective transform is more convenient than the 3D transform effect, but only exposes a subset
of the functionality. You can compute a full 3D transformation matrix and apply a more arbitrary transform
matrix to an image using the Transform3DEffect.
For more information, see 3D perspective transform effect
public sealed class PerspectiveTransform3DEffect : DeviceEffect<PerspectiveTransform3DEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inheritance
-
PerspectiveTransform3DEffect
- Implements
- Inherited Members
- Extension Methods