Exemplo n.º 1
0
 /// <summary>
 /// Determines if the position is within the bounds of this object
 /// </summary>
 /// <param name="pos"></param>
 /// <returns></returns>
 public bool PointInRect(TagPoint pt) => PointInRect(pt.X, pt.Y);
Exemplo n.º 2
0
 public void OffsetRect(TagPoint pt, bool bPositive = true) => OffsetRect(pt.X, pt.Y, bPositive);