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

Method GetGradientLength

DuiLib/Control/UILabel.cpp:1092–1102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1090 // Note:
1091 //************************************
1092 int CLabelUI::GetGradientLength()
1093 {
1094 try
1095 {
1096 return m_GradientLength;
1097 }
1098 catch (...)
1099 {
1100 throw "CLabelUI::GetGradientLength";
1101 }
1102 }
1103
1104}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected