Table of Contents

Method RotationAtByRadians

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

RotationAtByRadians(float, float, float)

public static Matrix3x2Float RotationAtByRadians(float radians, float centerX, float centerY)

Parameters

radians float
centerX float
centerY float

Returns

Matrix3x2Float

RotationAtByRadians(float, Point2Float)

public static Matrix3x2Float RotationAtByRadians(float radians, Point2Float centerPt)

Parameters

radians float
centerPt Point2Float

Returns

Matrix3x2Float