soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
_GradientInfo Struct Reference

Structure to define gradient information for creating gradient brushes. More...

#include <SRender-i.h>

Public Attributes

GradientType type
 
union { 
 
   float   angle 
 
   struct { 
 
      float   radius 
 
      float   centerX 
 
      float   centerY 
 
   }   radial 
 
   struct { 
 
      BOOL   bFullArc 
 
      float   centerX 
 
      float   centerY 
 
   }   sweep 
 
};  
 

Detailed Description

Structure to define gradient information for creating gradient brushes.

Definition at line 1410 of file SRender-i.h.

Member Data Documentation

◆ angle

float _GradientInfo::angle

Definition at line 1414 of file SRender-i.h.

◆ bFullArc

BOOL _GradientInfo::bFullArc

Definition at line 1423 of file SRender-i.h.

◆ centerX

float _GradientInfo::centerX

Definition at line 1418 of file SRender-i.h.

◆ centerY

float _GradientInfo::centerY

Definition at line 1419 of file SRender-i.h.

◆ radius

float _GradientInfo::radius

Definition at line 1417 of file SRender-i.h.

◆ type

GradientType _GradientInfo::type

Definition at line 1412 of file SRender-i.h.


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