Table of Contents

Constructor AffineTransform2DEffect

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

AffineTransform2DEffect(IDeviceEffectFactory)

public AffineTransform2DEffect(IDeviceEffectFactory factory)

Parameters

factory IDeviceEffectFactory

AffineTransform2DEffect(IDeviceEffectFactory, IDeviceImage, in Matrix3x2Float, AffineTransform2DInterpolationMode, BorderMode, float)

public AffineTransform2DEffect(IDeviceEffectFactory factory, IDeviceImage input, in Matrix3x2Float transformMatrix, AffineTransform2DInterpolationMode interpolationMode = AffineTransform2DInterpolationMode.Linear, BorderMode borderMode = BorderMode.Soft, float sharpness = 0)

Parameters

factory IDeviceEffectFactory
input IDeviceImage
transformMatrix Matrix3x2Float
interpolationMode AffineTransform2DInterpolationMode
borderMode BorderMode
sharpness float