| SizeContains Method (Point) | 
 
            Gets a value indicating that the specified 
point is within the 
Width and 
Height of this size
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic bool Contains(
	Point point
)
Public Function Contains ( 
	point As Point
) As Boolean
member Contains : 
        point : Point -> bool 
Parameters
- point
- Type: Eto.DrawingPoint
 Point to test
Return Value
Type: 
BooleanTrue if the 
point has an X and Y value between 0 and the Width and Height of this size, respectively. False otherwise
 See Also
See Also