Skip to content

SdlSizeF

Create a TSdlSizeF from a TSdlSize.

Definition

Unit: Neslib.Sdl3.Video

function SdlSizeF(const ASize: TSdlSize): TSdlSizeF; overload; inline

Parameters

ASize: TSdlSize : The size.

Returns

TSdlSizeF: The size.

Remarks

It is safe to call this function from any thread.