Beispiel #1
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal CircleBase(ShapeType shapeType, Template template)
     : base(shapeType, template)
 {
 }
Beispiel #2
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal CircleBase(ShapeType shapeType, IStyleSet styleSet)
     : base(shapeType, styleSet)
 {
 }
Beispiel #3
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal SquareBase(ShapeType shapeType, Template template)
     : base(shapeType, template)
 {
 }
Beispiel #4
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal SquareBase(ShapeType shapeType, IStyleSet styleSet)
     : base(shapeType, styleSet)
 {
 }
Beispiel #5
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal DiameterShapeBase(ShapeType shapeType, Template template)
     : base(shapeType, template)
 {
 }
Beispiel #6
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal DiameterShapeBase(ShapeType shapeType, IStyleSet styleSet)
     : base(shapeType, styleSet)
 {
 }
Beispiel #7
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal RegularPolygoneBase(ShapeType shapeType, IStyleSet styleSet)
     : base(shapeType, styleSet)
 {
     Construct();
 }
Beispiel #8
0
 internal static ShapeGroup CreateInstance(ShapeType shapeType, Template template)
 {
     return(new ShapeGroup(shapeType, template));
 }
Beispiel #9
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal PathBasedPlanarShape(ShapeType shapeType, IStyleSet styleSet)
     : base(shapeType, styleSet)
 {
     Construct();
 }
Beispiel #10
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal RegularPolygoneBase(ShapeType shapeType, Template template)
     : base(shapeType, template)
 {
     Construct();
 }
Beispiel #11
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal PathBasedPlanarShape(ShapeType shapeType, Template template)
     : base(shapeType, template)
 {
     Construct();
 }
Beispiel #12
0
 /// <override></override>
 protected internal LabelBase(ShapeType shapeType, IStyleSet styleSet)
     : base(shapeType, styleSet)
 {
 }
Beispiel #13
0
 /// <override></override>
 protected internal LabelBase(ShapeType shapeType, Template template)
     : base(shapeType, template)
 {
 }
Beispiel #14
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal TriangleBase(ShapeType shapeType, IStyleSet styleSet)
     : base(shapeType, styleSet)
 {
     Construct();
 }
Beispiel #15
0
 /// <ToBeCompleted></ToBeCompleted>
 protected internal TriangleBase(ShapeType shapeType, Template template)
     : base(shapeType, template)
 {
     Construct();
 }