コード例 #1
0
 public virtual bool CheckInBounds()
 {
     return(Rec.IntersectsWith(this.Bounds));
 }