public GraphicsState Save() { return(RenderingObject.Save()); }
/// <summary> /// Saves the current state of this Graphics object and identifies the saved state with a GraphicsState object. /// </summary> /// <returns>This method returns a GraphicsState object that represents the saved state of this Graphics object.</returns> internal GraphicsState Save() { return(RenderingObject.Save()); }