MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / SetClientBounds

Function SetClientBounds

Source/Engine/Platform/Base/WindowBase.h:265–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 /// </summary>
264 /// <param name="clientArea">The client area.</param>
265 API_PROPERTY() virtual void SetClientBounds(const Rectangle& clientArea)
266 {
267 }
268
269 /// <summary>
270 /// Gets the window position (in screen coordinates).

Callers 2

SetClientPositionFunction · 0.85
SetClientSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected