SdlRectF
Create a TSdlRectF from X, Y, W and H values.
Definition
Unit: Neslib.Sdl3.Video
Parameters
AX
: Single
: The X value.
AY
: Single
: The Y value.
AW
: Single
: The width.
AH
: Single
: The height.
Returns
TSdlRectF
: The rect.
Remarks
It is safe to call this function from any thread.