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 Xojo.Point) As Boolean
whether this rect contains the other Xojo.Point
Scope: Public
Function Contains(other As Xojo.Rect) As Boolean
Whether this rect contains other Xojo.Rect.