System.Drawing.Drawing2D.ExtendedGeneralPath.contains C# (CSharp) Method

contains() public method

public contains ( double x, double y ) : bool
x double
y double
return bool
		public bool contains(double x, double y) 
		{			
			return GeneralPath.contains (x, y);
		}

Same methods

ExtendedGeneralPath::contains ( java.awt.geom.Point2D p ) : bool
ExtendedGeneralPath::contains ( java.awt.geom.Rectangle2D r ) : bool
ExtendedGeneralPath::contains ( double x, double y, double w, double h ) : bool