//TextFormat textFormat;
 /// <summary>
 /// Initializes a new instance of <see cref="ScreenDisplayRenderer"/> class.
 /// </summary>
 public ScreenDisplayRenderer(ScreenDisplay screenDisplay, IRenderableScreen screen)
 {
     this.screenDisplay = screenDisplay;
     this.screen = screen;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ScreenDisplayAutomationPeer"/> class.
 /// </summary>
 /// <param name="owner">The screen display control that owns this automation peer.</param>
 public ScreenDisplayAutomationPeer(ScreenDisplay owner)
     : base(owner)
 {
     this.screenDisplay = owner;
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ScreenDisplayAutomationPeer"/> class.
 /// </summary>
 /// <param name="owner">The screen display control that owns this automation peer.</param>
 public ScreenDisplayAutomationPeer(ScreenDisplay owner)
     : base(owner)
 {
     this.screenDisplay = owner;
 }
예제 #4
0
        //TextFormat textFormat;

        /// <summary>
        /// Initializes a new instance of <see cref="ScreenDisplayRenderer"/> class.
        /// </summary>
        public ScreenDisplayRenderer(ScreenDisplay screenDisplay, IRenderableScreen screen)
        {
            this.screenDisplay = screenDisplay;
            this.screen        = screen;
        }