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

Method GetTransStroke

DuiLib/Control/UILabel.cpp:969–979  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

967 // Note:
968 //************************************
969 int CLabelUI::GetTransStroke()
970 {
971 try
972 {
973 return m_TransStroke;
974 }
975 catch (...)
976 {
977 throw "CLabelUI::GetTransStroke";
978 }
979 }
980
981 //************************************
982 // Method: SetStrokeColor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected