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
ShapeItem.StrokeThickness
ShapeItem.StrokeColor
ShapeItem.Width
ShapeItem.Height
ShapeItem.ConvertToUnit(UnitType)
Item.PropertyChanged
Item.OnPropertyChanged(Item, String)
Item.Name
Item.X
Item.Y
Item.UnitType
Item.Dpi
Item.DataField
Item.DataFieldFormatString
Item.UseCache
Item.CacheItemId
Item.PrintAsGraphic
Item.Comments
Item.Tag
Item.Locked
Item.Editable
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