Sets the texture scale.

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

Syntax

C#
public void SetScale(
	float x,
	float y
)

Parameters

x
Type: System..::.Single
New texture scale in the X axis. Value of 1 equals to the identity.
y
Type: System..::.Single
New texture scale in the Y axis. Value of 1 equals to the identity.

See Also