Beispiel #1
0
 public bool IsVisible(float x, float y, Graphics g)
 {
     return(GdiPath.IsVisible(x, y, g));
 }
Beispiel #2
0
 public bool IsVisible(int x, int y, Graphics g)
 {
     return(GdiPath.IsVisible(x, y, g));
 }
Beispiel #3
0
 public bool IsVisible(float x, float y)
 {
     return(GdiPath.IsVisible(x, y));
 }
Beispiel #4
0
 public bool IsVisible(PointF point, Graphics g)
 {
     return(GdiPath.IsVisible(point, g));
 }
Beispiel #5
0
 public bool IsVisible(int x, int y)
 {
     return(GdiPath.IsVisible(x, y));
 }
Beispiel #6
0
 public bool IsVisible(PointF point)
 {
     return(GdiPath.IsVisible(point));
 }