示例#1
0
 public static PointInt32 Offset(PointInt32 pt, VectorInt32 offset) =>
 Offset(pt, offset.x, offset.y);
示例#2
0
 public static RectInt32 Offset(RectInt32 rect, VectorInt32 offset) =>
 Offset(rect, offset.x, offset.y);