Searched defs:RenderRingInfo (Results 1 – 2 of 2) sorted by relevance
30 struct RenderRingInfo { struct31 double radius = 0.0;32 Gradient gradient;33 Color color;34 Offset center;35 double startDegree = 0.0;36 double sweepDegree = 0.0;37 double thickness = 0.0;38 double clockwise = 1.0;40 double scaleStrokeWidth = 0.0;[all …]
36 struct RenderRingInfo { struct37 float radius = 0.0f;38 float startDegree = 0.0f;39 float sweepDegree = 0.0f;40 float thickness = 0.0f;41 Offset center;42 SizeF contentSize;43 Color color;