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
BLPathView Struct Reference
Geometry API
2D vector path view provides pointers to vertex and command data along with their size.
Public Members
const
uint8_t
*
commandData
const
BLPoint
*
vertexData
size_t
size
Member Functions
void
reset
()
void
reset
(
const
uint8_t
* commandDataIn,
const
BLPoint
* vertexDataIn,
size_t
sizeIn)