コード例 #1
0
 public GraphicsState Save()
 {
     return(RenderingObject.Save());
 }
コード例 #2
0
 /// <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());
 }