예제 #1
0
 /// <summary>
 /// Initializes a new instance of <see cref="StandardGraphicState"/>.
 /// </summary>
 /// <param name="standardStatefulGraphic"></param>
 protected StandardGraphicState(IStandardStatefulGraphic standardStatefulGraphic)
     : base(standardStatefulGraphic)
 {
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of <see cref="SelectedGraphicState"/>.
 /// </summary>
 /// <param name="standardStatefulGraphic"></param>
 public SelectedGraphicState(IStandardStatefulGraphic standardStatefulGraphic)
     : base(standardStatefulGraphic)
 {
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of <see cref="FocussedGraphicState"/>.
 /// </summary>
 /// <param name="standardStatefulGraphic"></param>
 public FocussedGraphicState(IStandardStatefulGraphic standardStatefulGraphic)
     : base(standardStatefulGraphic)
 {
 }
예제 #4
0
		/// <summary>
		/// Initializes a new instance of <see cref="InactiveGraphicState"/>.
		/// </summary>
		/// <param name="standardStatefulGraphic"></param>
		public InactiveGraphicState(IStandardStatefulGraphic standardStatefulGraphic)
			: base(standardStatefulGraphic)
		{
		}
예제 #5
0
 /// <summary>
 /// Initializes a new instance of <see cref="InactiveGraphicState"/>.
 /// </summary>
 /// <param name="standardStatefulGraphic"></param>
 public InactiveGraphicState(IStandardStatefulGraphic standardStatefulGraphic)
     : base(standardStatefulGraphic)
 {
 }
예제 #6
0
		/// <summary>
		/// Initializes a new instance of <see cref="SelectedGraphicState"/>.
		/// </summary>
		/// <param name="standardStatefulGraphic"></param>
		public SelectedGraphicState(IStandardStatefulGraphic standardStatefulGraphic)
			: base(standardStatefulGraphic)
		{
		}
예제 #7
0
		/// <summary>
		/// Initializes a new instance of <see cref="StandardGraphicState"/>.
		/// </summary>
		/// <param name="standardStatefulGraphic"></param>
		protected StandardGraphicState(IStandardStatefulGraphic standardStatefulGraphic)
			: base(standardStatefulGraphic)
		{

		}
예제 #8
0
		/// <summary>
		/// Initializes a new instance of <see cref="FocussedGraphicState"/>.
		/// </summary>
		/// <param name="standardStatefulGraphic"></param>
		public FocussedGraphicState(IStandardStatefulGraphic standardStatefulGraphic)
			: base(standardStatefulGraphic)
		{
		}