Skip to content

SdlRectF

Create a TSdlRectF from a TRect.

Definition

Unit: Neslib.Sdl3.Video

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

Parameters

ARect: TRect : The TRect.

Returns

TSdlRectF: The rect.

Remarks

It is safe to call this function from any thread.