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

Function SetRealPosition

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_Widget.h:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220 public:
221 void SetRealPosition(
222 Convert<const MyGUI::types::TPoint < float > &>::Type _value )
223 {
224 MMYGUI_CHECK_NATIVE(mNative);
225 static_cast<ThisType*>(mNative)->setRealPosition(
226 Convert<const MyGUI::types::TPoint < float > &>::From(_value) );
227 }
228 public:
229 void SetCoord(
230 Convert<int>::Type _left ,

Callers

nothing calls this directly

Calls 1

setRealPositionMethod · 0.80

Tested by

no test coverage detected