Skip to content

SdlSizeF

Create a TSdlSizeF from W and H values.

Definition

Unit: Neslib.Sdl3.Video

function SdlSizeF(const AW, AH: Single): TSdlSizeF; overload; inline

Parameters

AW: Single : The W value.

AH: Single : The H value.

Returns

TSdlSizeF: The size.

Remarks

It is safe to call this function from any thread.