Table of Contents

Method SkewingAtByRadians

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

SkewingAtByRadians(float, float, float, float)

public static Matrix3x2Float SkewingAtByRadians(float skewRadX, float skewRadY, float centerX, float centerY)

Parameters

skewRadX float
skewRadY float
centerX float
centerY float

Returns

Matrix3x2Float

SkewingAtByRadians(float, float, Point2Float)

public static Matrix3x2Float SkewingAtByRadians(float skewRadX, float skewRadY, Point2Float centerPt)

Parameters

skewRadX float
skewRadY float
centerPt Point2Float

Returns

Matrix3x2Float