Skip to content

SdlPointF

Create a TSdlPointF from X and Y values.

Definition

Unit: Neslib.Sdl3.Video

function SdlPointF(const AX, AY: Single): TSdlPointF; overload; inline

Parameters

AX: Single : The X value.

AY: Single : The Y value.

Returns

TSdlPointF: The point.

Remarks

It is safe to call this function from any thread.