piDogGeometry.DoubleRect.Contains
Scope: Public
Function Contains(other As DoubleRect) As Boolean
Whether this rect contains other DoubleRect.
Scope: Public
Function Contains(other As piDogGeometry.DoublePoint) As Boolean
whether this rect contains the other piDogGeometry.DoublePoint
Scope: Public
Function Contains(other As REALbasic.Point) As Boolean
whether this rect contains the other REALbasic.Point
Scope: Public
Function Contains(other As REALbasic.Rect) As Boolean
Whether this rect contains other REALbasic.Rect.