Skip to content

SdlPointF

Create a TSdlPointF from a TPoint.

Definition

Unit: Neslib.Sdl3.Video

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

Parameters

APoint: TPoint : The TPoint.

Returns

TSdlPointF: The point.

Remarks

It is safe to call this constructor from any thread.