dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
Rect.isPointInside
dlangui
core
types
Rect
returns true if point is inside of this rectangle
bool
isPointInside
(Point pt)
bool
isPointInside
(int x, int y)
struct
Rect
@
safe
@
nogc
nothrow const
bool
isPointInside
(
int
x
,
int
y
)
Meta
Source
See Implementation
dlangui
core
types
Rect
aliases
moveBy
constructors
this
functions
expand
intersect
intersects
isInsideOf
isPointInside
moveToFit
offset
opEquals
setMax
shrink
properties
bottomLeft
bottomRight
empty
height
middle
middlex
middley
size
topLeft
topRight
width
variables
bottom
left
right
top
returns true if point is inside of this rectangle