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

Method point

MyGUIEngine/include/MyGUI_TCoord.h:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 TPoint<T> point() const
161 {
162 return TPoint<T>(left, top);
163 }
164
165 TSize<T> size() const
166 {

Callers 11

updateCanvasImplMethod · 0.45
simpleArrangeMethod · 0.45
animateMethod · 0.45
getPositionFunction · 0.45
fillStateDataMethod · 0.45
notifyChangeValueMethod · 0.45
getPositionMethod · 0.45
loadMouseRelativeMethod · 0.45
getPositionMethod · 0.45
loadMouseRelativeMethod · 0.45
notifyChangeValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected