Skip to content

Simba.Data

Simba.Data.RectangleI

RectangleI.IsPartiallyContainedIn Method

Overloads
IsPartiallyContainedIn(DeviceRectangleShape) Return true if a part of the rectangle is contained in r (in the design coordinate system)
IsPartiallyContainedIn(RectangleI, bool) Return true if a part of the rectangle is contained in r (in the design coordinate system)

RectangleI.IsPartiallyContainedIn(DeviceRectangleShape) Method

Return true if a part of the rectangle is contained in r (in the design coordinate system)

Parameters

r DeviceRectangleShape

Returns

System.Boolean

RectangleI.IsPartiallyContainedIn(RectangleI, bool) Method

Return true if a part of the rectangle is contained in r (in the design coordinate system)

Parameters

r RectangleI

ignoreBorder System.Boolean

Returns

System.Boolean