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