'宣言 Public Function GetIntersectionRelativeToSelf( _ ByVal otherRect As LayoutRect _ ) As System.Drawing.RectangleF
public System.Drawing.RectangleF GetIntersectionRelativeToSelf( LayoutRect otherRect )
パラメータ
- otherRect
- A LayoutRect which may have an intersection with this LayoutRect.
戻り値の型
The resulting System.Drawing.RectangleF or an empty rectangle if there is no intersection; null means the view rectangle.