Method: GetShadowOffset FullName: CLabelUI::GetShadowOffset Access: public Returns: RectF Qualifier: Note:
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected