Table of Contents

Method RotationAt

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

RotationAt(double, double, double)

public static Matrix3x2Double RotationAt(double angle, double centerX, double centerY)

Parameters

angle double
centerX double
centerY double

Returns

Matrix3x2Double

RotationAt(double, Point2Double)

public static Matrix3x2Double RotationAt(double angle, Point2Double centerPt)

Parameters

angle double
centerPt Point2Double

Returns

Matrix3x2Double