Class PdnRotateZoomEffect.Props
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public sealed class PdnRotateZoomEffect.Props : PdnDistortionEffect.Props
- Inheritance
-
PdnRotateZoomEffect.Props
- Inherited Members
Properties
- Category
The category of the effect.
- Description
The description of the effect.
- DisplayName
The name of the effect.
- Offset
Specifies the translation offset of the transform in normalized coordinates.
The range is [(-10,-10), (+10, +10)]. The default is (0, 0).
- Roll
Specifies all of the roll parameters. This is a convenient way to get or set RollAngle (X), RollDirection (Y), and RollAmount (Z) at the same time.
- RollAmount
Specifies the amount of the transform. The range is [0, 90]. The default is 0.
- RollAngle
Specifies the angle of the transform. The range is [-180, +180]. The default is 0.
- RollDirection
Specifies the direction of the transform. The range is [-180, +180]. The default is 0.
- Zoom
Specifies the zoom level. The valid range is [0.06, 16.0]. The default is 1.0.