Skip to content

SdlRectF

Create a TSdlRectF from a TRectF.

Definition

Unit: Neslib.Sdl3.Video

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

Parameters

ARect: TRectF : The TRectF.

Returns

TSdlRectF: The rect.

Remarks

It is safe to call this function from any thread.