SdlPointF
Create a TSdlPointF from X and Y values.
Definition
Unit: Neslib.Sdl3.Video
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.