Esempio n. 1
0
 public void Restore(DirectUI.Common.DUIGraphicsState graphicsState)
 {
     this.Transform         = graphicsState;
     this.SmoothingMode     = graphicsState;
     this.TextRenderingHint = graphicsState;
 }
Esempio n. 2
0
 public void Restore(DirectUI.Common.DUIGraphicsState graphicsState)
 {
     this.graphics.Restore(graphicsState);
 }