Class CircleShapeItem
Represents an ellipse rectangle shape item.
Inherited Members
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 |