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