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

Method clear

MyGUIEngine/include/MyGUI_TRect.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void clear()
94 {
95 left = top = right = bottom = 0;
96 }
97
98 void set(T const& _left, T const& _top, T const& _right, T const& _bottom)
99 {

Callers 1

TRectClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected