Property Scale
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
Scale
The scale amount in the X and Y direction as a ratio of the output size to the input size.
The scale amounts are unitless and must be non-negative.
The minimum value is { 0.01f, 0.01f }. The default value is { 1, 1 }.
public EffectPropertyAccessor<Vector2Float> Scale { get; }