MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetGradientAngle

Method GetGradientAngle

DuiLib/Control/UILabel.cpp:887–897  ·  view source on GitHub ↗

Method: GetGradientAngle FullName: CLabelUI::GetGradientAngle Access: public Returns: int Qualifier: Note:

Source from the content-addressed store, hash-verified

885 // Note:
886 //************************************
887 int CLabelUI::GetGradientAngle()
888 {
889 try
890 {
891 return m_GradientAngle;
892 }
893 catch (...)
894 {
895 throw "CLabelUI::GetGradientAngle";
896 }
897 }
898
899 //************************************
900 // Method: SetEnabledStroke

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected