Table of Contents

Method RotateAt

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

RotateAt(double, double, double)

public void RotateAt(double angle, double centerX, double centerY)

Parameters

angle double
centerX double
centerY double

RotateAt(double, Point2Double)

public void RotateAt(double angle, Point2Double centerPt)

Parameters

angle double
centerPt Point2Double