'宣言 Public Function Contains( _ ByVal otherRect As LayoutRect _ ) As System.Boolean
public System.bool Contains( LayoutRect otherRect )
パラメータ
- otherRect
- The LayoutRect to test; null means the view rectangle.
戻り値の型
true if the rectangular region represented by otherRect is entirely contained within this LayoutRect; otherwise, false.