Table of Contents

Method RotationAt

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

RotationAt(float, float, float)

public static Matrix3x2Float RotationAt(float angle, float centerX, float centerY)

Parameters

angle float
centerX float
centerY float

Returns

Matrix3x2Float

RotationAt(float, Point2Float)

public static Matrix3x2Float RotationAt(float angle, Point2Float centerPt)

Parameters

angle float
centerPt Point2Float

Returns

Matrix3x2Float