MUSX Document Model
Loading...
Searching...
No Matches
musx::dom::ShapeDefInstruction::CurveTo Struct Reference

Holds the parsed data for a CurveTo instruction. More...

#include <ShapeDesigner.h>

Public Attributes

Evpu c1dx
 Relative X offset of the first control point.
 
Evpu c1dy
 Relative Y offset of the first control point.
 
Evpu c2dx
 Relative X offset of the second control point.
 
Evpu c2dy
 Relative Y offset of the second control point.
 
Evpu edx
 Relative X offset of the end point.
 
Evpu edy
 Relative Y offset of the end point.
 

Detailed Description

Holds the parsed data for a CurveTo instruction.