/// <ToBeCompleted></ToBeCompleted> protected internal CircleBase(ShapeType shapeType, Template template) : base(shapeType, template) { }
/// <ToBeCompleted></ToBeCompleted> protected internal CircleBase(ShapeType shapeType, IStyleSet styleSet) : base(shapeType, styleSet) { }
/// <ToBeCompleted></ToBeCompleted> protected internal SquareBase(ShapeType shapeType, Template template) : base(shapeType, template) { }
/// <ToBeCompleted></ToBeCompleted> protected internal SquareBase(ShapeType shapeType, IStyleSet styleSet) : base(shapeType, styleSet) { }
/// <ToBeCompleted></ToBeCompleted> protected internal DiameterShapeBase(ShapeType shapeType, Template template) : base(shapeType, template) { }
/// <ToBeCompleted></ToBeCompleted> protected internal DiameterShapeBase(ShapeType shapeType, IStyleSet styleSet) : base(shapeType, styleSet) { }
/// <ToBeCompleted></ToBeCompleted> protected internal RegularPolygoneBase(ShapeType shapeType, IStyleSet styleSet) : base(shapeType, styleSet) { Construct(); }
internal static ShapeGroup CreateInstance(ShapeType shapeType, Template template) { return(new ShapeGroup(shapeType, template)); }
/// <ToBeCompleted></ToBeCompleted> protected internal PathBasedPlanarShape(ShapeType shapeType, IStyleSet styleSet) : base(shapeType, styleSet) { Construct(); }
/// <ToBeCompleted></ToBeCompleted> protected internal RegularPolygoneBase(ShapeType shapeType, Template template) : base(shapeType, template) { Construct(); }
/// <ToBeCompleted></ToBeCompleted> protected internal PathBasedPlanarShape(ShapeType shapeType, Template template) : base(shapeType, template) { Construct(); }
/// <override></override> protected internal LabelBase(ShapeType shapeType, IStyleSet styleSet) : base(shapeType, styleSet) { }
/// <override></override> protected internal LabelBase(ShapeType shapeType, Template template) : base(shapeType, template) { }
/// <ToBeCompleted></ToBeCompleted> protected internal TriangleBase(ShapeType shapeType, IStyleSet styleSet) : base(shapeType, styleSet) { Construct(); }
/// <ToBeCompleted></ToBeCompleted> protected internal TriangleBase(ShapeType shapeType, Template template) : base(shapeType, template) { Construct(); }