Skip to content

SdlRect

Create a TSdlRect from a TRect.

Definition

Unit: Neslib.Sdl3.Video

function SdlRect(const ARect: TRect): TSdlRect; overload; inline

Parameters

ARect: TRect : The TRect.

Returns

TSdlRect: The rect.

Remarks

It is safe to call this function from any thread.