godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
StyleBox.testMask
godot
stylebox
StyleBox
Test a position in a rectangle, return whether it passes the mask test.
struct
StyleBox
@
nogc
nothrow const
bool
testMask
(
in
Vector2
point
,
in
Rect2
rect
)
Meta
Source
See Implementation
godot
stylebox
StyleBox
aliases
BaseClasses
functions
draw
getCenterSize
getCurrentItemDrawn
getDefaultMargin
getMargin
getMinimumSize
getOffset
opAssign
opEquals
setDefaultMargin
testMask
toHash
properties
contentMarginBottom
contentMarginLeft
contentMarginRight
contentMarginTop
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Test a position in a rectangle, return whether it passes the mask test.