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

Function SetRealSize

Wrappers/MyGUI_Managed/Generate/MyGUI_Managed_Widget.h:185–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184 public:
185 void SetRealSize(
186 Convert<float>::Type _width ,
187 Convert<float>::Type _height )
188 {
189 MMYGUI_CHECK_NATIVE(mNative);
190 static_cast<ThisType*>(mNative)->setRealSize(
191 Convert<float>::From(_width) ,
192 Convert<float>::From(_height) );
193 }
194 public:
195 void SetRealPosition(
196 Convert<float>::Type _left ,

Callers

nothing calls this directly

Calls 1

setRealSizeMethod · 0.80

Tested by

no test coverage detected