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);
        }