예제 #1
0
파일: TextCommand.cs 프로젝트: twenzel/CGM
 protected TextCommand(CommandConstructorArguments args)
     : base(args)
 {
 }
예제 #2
0
 public EllipseElement(CommandConstructorArguments args)
     : base(args)
 {
 }
예제 #3
0
 protected TileElement(CommandConstructorArguments arguments)
     : base(arguments)
 {
 }
예제 #4
0
 public CircularArcCentre(CommandConstructorArguments args)
     : base(args)
 {
 }
예제 #5
0
 protected Command(CommandConstructorArguments arguments)
 {
     _elementClass = arguments.ElementClass;
     _elementId    = arguments.ElementId;
     _container    = arguments.Container;
 }
예제 #6
0
 protected ColourCommand(CommandConstructorArguments args)
     : base(args)
 {
 }
예제 #7
0
 public EllipticalArc(CommandConstructorArguments args)
     : base(args)
 {
 }
예제 #8
0
 public CircularArc3Point(CommandConstructorArguments args)
     : base(args)
 {
 }
예제 #9
0
 public NonUniformBSpline(CommandConstructorArguments args)
     : base(args)
 {
 }