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

Method GetShadowOffset

DuiLib/Control/UILabel.cpp:513–523  ·  view source on GitHub ↗

Method: GetShadowOffset FullName: CLabelUI::GetShadowOffset Access: public Returns: RectF Qualifier: Note:

Source from the content-addressed store, hash-verified

511 // Note:
512 //************************************
513 RectF CLabelUI::GetShadowOffset()
514 {
515 try
516 {
517 return m_ShadowOffset;
518 }
519 catch (...)
520 {
521 throw "CLabelUI::GetShadowOffset";
522 }
523 }
524
525 //************************************
526 // Method: SetText

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected