Table of Contents

Method Offset

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

Offset(Point2Double, Vector2Double)

public static Point2Double Offset(Point2Double pt, Vector2Double offset)

Parameters

pt Point2Double
offset Vector2Double

Returns

Point2Double

Offset(Point2Double, double, double)

public static Point2Double Offset(Point2Double pt, double dx, double dy)

Parameters

pt Point2Double
dx double
dy double

Returns

Point2Double

Offset(Point2Double, Point2Double)

public static Point2Double Offset(Point2Double pt, Point2Double offset)

Parameters

pt Point2Double
offset Point2Double

Returns

Point2Double