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

rotate - angle of rotation in degrees More...

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

Public Member Functions

E & scale_y (double &_scale_y_)
 
E & scale_y (double &&_scale_y_)
 

Public Attributes

double _scale_y = 1
 

Detailed Description

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

rotate - angle of rotation in degrees

Definition at line 355 of file attributes.cppm.

Member Function Documentation

◆ scale_y() [1/2]

template<typename E>
E & vg::attr_scale_y< E >::scale_y ( double && _scale_y_)
inlineexport

Definition at line 355 of file attributes.cppm.

◆ scale_y() [2/2]

template<typename E>
E & vg::attr_scale_y< E >::scale_y ( double & _scale_y_)
inlineexport

Definition at line 355 of file attributes.cppm.


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