MCPcopy Create free account
hub / github.com/MyGUI/mygui / SetImageRect

Function SetImageRect

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_ImageBox.h:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224 public:
225 void SetImageRect(
226 Convert<const MyGUI::types::TRect < int > &>::Type _value )
227 {
228 MMYGUI_CHECK_NATIVE(mNative);
229 static_cast<ThisType*>(mNative)->setImageRect(
230 Convert<const MyGUI::types::TRect < int > &>::From(_value) );
231 }
232 public:
233 void SetImageTexture(
234 Convert<const std::string &>::Type _value )

Callers

nothing calls this directly

Calls 1

setImageRectMethod · 0.80

Tested by

no test coverage detected