Table of Contents

Property Scale

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll

Scale

Gets or sets the scale of the polar inversion effect.
If a clipping region is used (e.g. the active selection), this should be set to the the user's scaling choice multiplied by the ratio of the clipping region's diameter to the InputRect's diameter (e.g. userScale * min(clipRect.Width, clipRect.Height) / min(inputRect.Width, inputRect.Height)).
The range for the user's scaling value is usually [-8, +8], but this property has no minimum or maximum.
The default value is 1.0.

public DynamicImage.ValuePropertyAccessor<float> Scale { get; }

Property Value

DynamicImage.ValuePropertyAccessor<float>