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

Function SetClientSize

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

Source from the content-addressed store, hash-verified

320 /// </summary>
321 /// <param name="size">The window client area size.</param>
322 API_PROPERTY() void SetClientSize(const Float2& size)
323 {
324 SetClientBounds(Rectangle(GetClientPosition(), size));
325 }
326
327 /// <summary>
328 /// Converts screen space location into window space coordinates.

Callers

nothing calls this directly

Calls 3

SetClientBoundsFunction · 0.85
GetClientPositionFunction · 0.85
RectangleClass · 0.50

Tested by

no test coverage detected