Table of Contents

Method Offset

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll

Offset(Point2Int64, Vector2Int64)

public static Point2Int64 Offset(Point2Int64 pt, Vector2Int64 offset)

Parameters

pt Point2Int64
offset Vector2Int64

Returns

Point2Int64

Offset(Point2Int64, long, long)

public static Point2Int64 Offset(Point2Int64 pt, long dx, long dy)

Parameters

pt Point2Int64
dx long
dy long

Returns

Point2Int64

Offset(Point2Int64, Point2Int64)

public static Point2Int64 Offset(Point2Int64 pt, Point2Int64 offset)

Parameters

pt Point2Int64
offset Point2Int64

Returns

Point2Int64