Show / Hide Table of Contents

Class CircleShapeItem

Represents an ellipse rectangle shape item.

Inheritance
System.Object
Item
ShapeItem
ClosedShapeItem
EllipseShapeItem
CircleShapeItem
Inherited Members
EllipseShapeItem.RotationAngle
EllipseShapeItem.Clone()
EllipseShapeItem.UpdateFrom(Item)
ClosedShapeItem._fillColor
ClosedShapeItem.FillColor
ClosedShapeItem._fillColorHex
ClosedShapeItem.FillColorHex
ShapeItem.HexColorPattern
ShapeItem._strokeThickness
ShapeItem._strokeColor
ShapeItem._width
ShapeItem._height
ShapeItem.StrokeThickness
ShapeItem.StrokeColor
ShapeItem._strokeColorHex
ShapeItem.StrokeColorHex
ShapeItem.Width
ShapeItem.Height
ShapeItem._strokeStyle
ShapeItem.StrokeStyle
ShapeItem._strokeStylePattern
ShapeItem.StrokeStylePattern
ShapeItem.ConvertToUnit(UnitType)
ShapeItem.GetStrokeStylePattern()
Item.PropertyChanged
Item.OnPropertyChanged(Item, String)
Item._unitType
Item._dpi
Item._name
Item._x
Item._y
Item._dataField
Item._dataFieldFormatString
Item._useCache
Item._cacheItemId
Item.Name
Item.X
Item.Y
Item.UnitType
Item.Dpi
Item.DataField
Item.DataFieldFormatString
Item.UseCache
Item.CacheItemId
Item._printAsGraphic
Item.PrintAsGraphic
Item._visible
Item.Visible
Item._comments
Item.Comments
Item._tag
Item.Tag
Item._locked
Item.Locked
Item._editable
Item.Editable
Item._resizable
Item.Resizable
Item._expression
Item.Expression
Item._isDesignTime
Item.IsDesignTime
Item._groupName
Item.GroupName
Item._readonly
Item.ReadOnly
Item.HasFixedContent
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public class CircleShapeItem : EllipseShapeItem, IXmlTemplate, INotifyPropertyChanged

Constructors

CircleShapeItem()

Initializes a new instance of the CircleShapeItem class.

Declaration
public CircleShapeItem()

CircleShapeItem(Double, Double, Double)

Initializes a new instance of the CircleShapeItem class with the specified location and size.

Declaration
public CircleShapeItem(double x, double y, double diameter)
Parameters
Type Name Description
System.Double x

The x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.

System.Double y

The y-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.

System.Double diameter

The diameter of the circle item.

Properties

IsCircle

Declaration
protected override bool IsCircle { get; }
Property Value
Type Description
System.Boolean
Overrides
EllipseShapeItem.IsCircle
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com