SdlSizeF
Create a TSdlSizeF from W and H values.
Definition
Unit: Neslib.Sdl3.Video
Parameters
AW
: Single
: The W value.
AH
: Single
: The H value.
Returns
TSdlSizeF
: The size.
Remarks
It is safe to call this function from any thread.
Create a TSdlSizeF from W and H values.
Unit: Neslib.Sdl3.Video
AW
: Single
: The W value.
AH
: Single
: The H value.
TSdlSizeF
: The size.
It is safe to call this function from any thread.