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