• Overview
  • How it works
  • Documentation
  • Blog
  • Forum
Search Results for

    Show / Hide Table of Contents

    Contains Method

    Contains(Int32, Int32)

    Determines if the specified point is contained within the rectangular region defined by this Int32Rect .

    Declaration
    public readonly bool Contains(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y
    Returns
    Type Description
    System.Boolean

    Contains(Int32Point)

    Determines if the specified point is contained within the rectangular region defined by this Int32Rect .

    Declaration
    public readonly bool Contains(Int32Point pt)
    Parameters
    Type Name Description
    Int32Point pt
    Returns
    Type Description
    System.Boolean

    Contains(Int32Rect)

    Determines if the rectangular region represented by rect is entirely contained within the rectangular region represented by this Int32Rect .

    Declaration
    public readonly bool Contains(Int32Rect rect)
    Parameters
    Type Name Description
    Int32Rect rect
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software