'Declaration Public Function GetIntersectionRelativeToView( _ ByVal otherRect As LayoutRect _ ) As System.Drawing.RectangleF
public System.Drawing.RectangleF GetIntersectionRelativeToView( LayoutRect otherRect )
Parameters
- otherRect
- A LayoutRect which may have an intersection with this LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
Return Value
The resulting System.Drawing.RectangleF or an empty rectangle if there is no intersection.