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