Blend2D
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Blog
Research
Support
Download
{Fiddle}
API Reference
Index
Class List
Globals
Containers
Geometries
Imaging
Styling
Text
Rendering
Runtime
Filesystem
Miscellaneous
Impl API
Macros
C API
Object Model
Topics
Getting Started
Build Instructions
Multithreaded Rendering
Index
⭢
Geometries
⭢
BLBoxI
BLBoxI Struct Reference
Box specified as [x0, y0, x1, y1] using
int
as a storage type.
Public Members
int
x0
int
y0
int
x1
int
y1
Member Functions
constexpr
BLBoxI
(
const
BLBoxI
&)
noexcept
= default
constexpr
BLBoxI
(
int
x0,
int
y0,
int
x1,
int
y1)
noexcept
BLBoxI
&
operator=
(
const
BLBoxI
& other)
noexcept
= default
bool
operator==
(
const
BLBoxI
& other)
const
noexcept
bool
operator!=
(
const
BLBoxI
& other)
const
noexcept
void
reset
()
noexcept
void
reset
(
const
BLBoxI
& other)
noexcept
void
reset
(
int
x0Value,
int
y0Value,
int
x1Value,
int
y1Value)
noexcept
bool
equals
(
const
BLBoxI
& other)
const
noexcept
bool
contains
(
int
x,
int
y)
const
noexcept
bool
contains
(
const
BLPointI
& pt)
const
noexcept