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
⭢
BLSizeI
BLSizeI Struct Reference
Size specified as [w, h] using
int
as a storage type.
Public Members
int
w
int
h
Member Functions
constexpr
BLSizeI
(
const
BLSizeI
&)
noexcept
= default
constexpr
BLSizeI
(
int
w,
int
h)
noexcept
BLSizeI
&
operator=
(
const
BLSizeI
& other)
noexcept
= default
bool
operator==
(
const
BLSizeI
& other)
const
noexcept
bool
operator!=
(
const
BLSizeI
& other)
const
noexcept
void
reset
()
noexcept
void
reset
(
const
BLSizeI
& other)
noexcept
void
reset
(
int
wValue,
int
hValue)
noexcept
bool
equals
(
const
BLSizeI
& other)
const
noexcept