Table of Contents

Method RotationAtByRadians

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

RotationAtByRadians(double, double, double)

public static Matrix3x2Double RotationAtByRadians(double radians, double centerX, double centerY)

Parameters

radians double
centerX double
centerY double

Returns

Matrix3x2Double

RotationAtByRadians(double, Point2Double)

public static Matrix3x2Double RotationAtByRadians(double radians, Point2Double centerPt)

Parameters

radians double
centerPt Point2Double

Returns

Matrix3x2Double