Rescales the sprite in axes.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Rescale(
	float dsx,
	float dsy,
	float dsz
)

Parameters

dsx
Type: System..::.Single
Defines scale in the X axis. Value 1 in the the axis is identity (no scaling).
dsy
Type: System..::.Single
Defines scale in the Y axis. Value 1 in the the axis is identity (no scaling).
dsz
Type: System..::.Single
Defines scale in the X axis. Value 1 in the the axis is identity (no scaling).

See Also