Microsoft.AzureCat.Samples.AlertClient.Shape.RestoreTransform C# (CSharp) Метод

RestoreTransform() защищенный Метод

Simply restores the original state of the Graphics object
protected RestoreTransform ( Graphics g ) : void
g System.Drawing.Graphics The Graphics object being drawn upon
Результат void
        protected void RestoreTransform(Graphics g)
        {
            g.Restore(state);
        }