CCT.NUI.Samples.ImageManipulation.Transformation.Reset C# (CSharp) Method

Reset() private method

private Reset ( ) : void
return void
        internal void Reset()
        {
            this.angle = 0;
            this.scale = 1;
        }
    }