Click or drag to resize

ScaleGestureRecognizerScaleMultiplierX Property

The current scale multiplier for x axis. Multiply your current scale x value by this to scale.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float ScaleMultiplierX { get; }

Property Value

Type: Single
The scale multiplier.
See Also