Skip to content

SdlPointF

Create a TSdlPointF from a TPointF.

Definition

Unit: Neslib.Sdl3.Video

function SdlPointF(const APoint: TPointF): TSdlPointF; overload; inline

Parameters

APoint: TPointF : The TPointF.

Returns

TSdlPointF: The point.

Remarks

It is safe to call this constructor from any thread.