Exemplo n.º 1
0
Arquivo: AItem.cs Projeto: fel88/ATree
 public virtual bool IsHovered(PointF pos)
 {
     return(Position.DistTo(pos) < Radius);
 }