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

Method GetTransShadow

DuiLib/Control/UILabel.cpp:412–422  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

410 // Note:
411 //************************************
412 int CLabelUI::GetTransShadow()
413 {
414 try
415 {
416 return m_TransShadow;
417 }
418 catch (...)
419 {
420 throw "CLabelUI::GetTransShadow";
421 }
422 }
423
424 //************************************
425 // Method: SetTextRenderingHintAntiAlias

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected