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
Global API
Geometry API
Imaging API
Styling API
Text API
Rendering Context
Runtime API
Filesystem API
Impl API
Macros
C API
Object Model
BLRect Struct Reference
Geometry API
Rectangle specified as [x, y, w, h] using
double
as a storage type.
Public Members
double
x
double
y
double
w
double
h
Member Functions
constexpr
BLRect
(
const
BLRect
&) = default
constexpr
BLRect
(
const
BLRectI
& other)
constexpr
BLRect
(
double
x,
double
y,
double
w,
double
h)
BLRect
&
operator=
(
const
BLRect
& other) = default
bool
operator==
(
const
BLRect
& other)
const
bool
operator!=
(
const
BLRect
& other)
const
void
reset
()
void
reset
(
const
BLRect
& other)
void
reset
(
double
xValue,
double
yValue,
double
wValue,
double
hValue)
bool
equals
(
const
BLRect
& other)
const