Blend2D
2D Vector Graphics Engine
About
Roadmap
Performance
Docs
Research
Support
Download
{Fiddle}
Topics
Getting Started
Build Instructions
Multithreaded Rendering
API Reference
Index
Class List
Globals
Geometry
Imaging
Styling
Fonts & Text
Rendering Context
Runtime
Filesystem
Impl API
Macros
C API
Object Model
BLRectI Struct Reference
Geometry API
Rectangle specified as [x, y, w, h] using
int
as a storage type.
Public Members
int
x
int
y
int
w
int
h
Member Functions
constexpr
BLRectI
(
const
BLRectI
&) = default
constexpr
BLRectI
(
int
x,
int
y,
int
w,
int
h)
BLRectI
&
operator=
(
const
BLRectI
& other) = default
bool
operator==
(
const
BLRectI
& other)
const
bool
operator!=
(
const
BLRectI
& other)
const
void
reset
()
void
reset
(
const
BLRectI
& other)
void
reset
(
int
x,
int
y,
int
w,
int
h)
bool
equals
(
const
BLRectI
& other)
const