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

Method GetStrokeColor

DuiLib/Control/UILabel.cpp:1010–1020  ·  view source on GitHub ↗

Method: GetStrokeColor FullName: CLabelUI::GetStrokeColor Access: public Returns: DWORD Qualifier: Note:

Source from the content-addressed store, hash-verified

1008 // Note:
1009 //************************************
1010 DWORD CLabelUI::GetStrokeColor()
1011 {
1012 try
1013 {
1014 return m_dwStrokeColor;
1015 }
1016 catch (...)
1017 {
1018 throw "CLabelUI::GetStrokeColor";
1019 }
1020 }
1021
1022 //************************************
1023 // Method: SetEnabledShadow

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected