Method Offset
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
Offset(Point2Double, Vector2Double)
public static Point2Double Offset(Point2Double pt, Vector2Double offset)
Parameters
pt
Point2Doubleoffset
Vector2Double
Returns
Offset(Point2Double, double, double)
public static Point2Double Offset(Point2Double pt, double dx, double dy)
Parameters
pt
Point2Doubledx
doubledy
double
Returns
Offset(Point2Double, Point2Double)
public static Point2Double Offset(Point2Double pt, Point2Double offset)
Parameters
pt
Point2Doubleoffset
Point2Double