'宣言 Public Function Contains( _ ByVal otherRect As LayoutRect _ ) As System.Boolean
public System.bool Contains( LayoutRect otherRect )
パラメータ
- otherRect
- The LayoutRect to test or null 参照 (Visual Basicでは Nothing) to reference the owner LayoutView.
戻り値の型
true if the rectangular region represented by otherRect is entirely contained within this LayoutRect; otherwise, false.