getaspectratio

This function is used to get current aspect ratio.

void getaspectratio(
	float *pxasp,
	float *pyasp
);

Parameters

pxasp

Return the x aspect factor.

pyasp

Return the y aspect factor.

Return Value

None

Examples

None

(贡献者:Krissi  编辑