ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / ImageRect Structure / Contains Method / Contains(Int32,Int32) Method

In This Topic
    Contains(Int32,Int32) Method
    In This Topic
    Determines if the specified point is contained within this rectangle.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As System.Boolean
    public System.bool Contains( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also