Microsoft.AzureCat.Samples.AlertClient.Shape.RestoreTransform C# (CSharp) Méthode

RestoreTransform() protected méthode

Simply restores the original state of the Graphics object
protected RestoreTransform ( Graphics g ) : void
g System.Drawing.Graphics The Graphics object being drawn upon
Résultat void
        protected void RestoreTransform(Graphics g)
        {
            g.Restore(state);
        }