ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL 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 Integer, _
       ByVal y As Integer _
    ) As Boolean
    public bool Contains( 
       int x,
       int y
    )

    Parameters

    x
    y
    See Also