Skip to content

SdlRectF

Create a TSdlRectF from a TSdlRect.

Definition

Unit: Neslib.Sdl3.Video

function SdlRectF(const ARect: TSdlRect): TSdlRectF; overload; inline

Parameters

ARect: TSdlRect : The TSdlRect.

Returns

TSdlRectF: The rect.

Remarks

It is safe to call this function from any thread.