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
⭢
BLPointI
BLPointI Struct Reference
Point specified as [x, y] using
int
as a storage type.
Public Members
int
x
int
y
Member Functions
constexpr
BLPointI
(
const
BLPointI
&)
noexcept
= default
constexpr
BLPointI
(
int
x,
int
y)
noexcept
BLPointI
&
operator=
(
const
BLPointI
& other)
noexcept
= default
bool
operator==
(
const
BLPointI
& other)
const
noexcept
bool
operator!=
(
const
BLPointI
& other)
const
noexcept
void
reset
()
noexcept
void
reset
(
const
BLPointI
& other)
noexcept
void
reset
(
int
xValue,
int
yValue)
noexcept
bool
equals
(
const
BLPointI
& other)
const
noexcept