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