Method Offset
- Namespace
- PaintDotNet.Rendering
- Assembly
- PaintDotNet.Primitives.dll
Offset(RectInt64, Point2Int64)
public static RectInt64 Offset(RectInt64 rect, Point2Int64 offset)
Parameters
rect RectInt64
offset Point2Int64
Returns
- RectInt64
Offset(RectInt64, Vector2Int64)
public static RectInt64 Offset(RectInt64 rect, Vector2Int64 offset)
Parameters
rect RectInt64
offset Vector2Int64
Returns
- RectInt64
Offset(RectInt64, long, long)
public static RectInt64 Offset(RectInt64 rect, long dx, long dy)
Parameters
rect RectInt64
dx long
dy long
Returns
- RectInt64
Offset(Point2Int64)
public void Offset(Point2Int64 delta)
Parameters
delta Point2Int64
Offset(long, long)
public void Offset(long dx, long dy)
Parameters
dx long
dy long