CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
vg::attr_stroke_dashoffset< E > Struct Template Referenceexport

stroke-dashoffset More...

+ Inheritance diagram for vg::attr_stroke_dashoffset< E >:
+ Collaboration diagram for vg::attr_stroke_dashoffset< E >:

Public Member Functions

E & stroke_dashoffset (double &_stroke_dashoffset_)
 
E & stroke_dashoffset (double &&_stroke_dashoffset_)
 

Public Attributes

double _stroke_dashoffset = 0.0
 

Detailed Description

template<typename E>
struct vg::attr_stroke_dashoffset< E >

stroke-dashoffset

Definition at line 380 of file attributes.cppm.

Member Function Documentation

◆ stroke_dashoffset() [1/2]

template<typename E>
E & vg::attr_stroke_dashoffset< E >::stroke_dashoffset ( double && _stroke_dashoffset_)
inlineexport

Definition at line 380 of file attributes.cppm.

◆ stroke_dashoffset() [2/2]

template<typename E>
E & vg::attr_stroke_dashoffset< E >::stroke_dashoffset ( double & _stroke_dashoffset_)
inlineexport

Definition at line 380 of file attributes.cppm.


The documentation for this struct was generated from the following file: