Table of Contents

Method SkewingAt

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

SkewingAt(float, float, float, float)

public static Matrix3x2Float SkewingAt(float skewAngleX, float skewAngleY, float centerX, float centerY)

Parameters

skewAngleX float
skewAngleY float
centerX float
centerY float

Returns

Matrix3x2Float

SkewingAt(float, float, Point2Float)

public static Matrix3x2Float SkewingAt(float skewAngleX, float skewAngleY, Point2Float centerPt)

Parameters

skewAngleX float
skewAngleY float
centerPt Point2Float

Returns

Matrix3x2Float