Skip to content

SdlRectF

Create a TSdlRectF from X, Y, W and H values.

Definition

Unit: Neslib.Sdl3.Video

function SdlRectF(const AX, AY, AW, AH: Single): TSdlRectF; overload; inline

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.