Show / Hide Table of Contents

Class CircleShapeItem

Represents an ellipse rectangle shape item.

Inheritance
System.Object
Item
ShapeItem
ClosedShapeItem
EllipseShapeItem
CircleShapeItem
Inherited Members
RotationAngle
Clone()
UpdateFrom(Item)
FillColor
StrokeThickness
StrokeColor
Width
Height
ConvertToUnit(UnitType)
PropertyChanged
OnPropertyChanged(Item, String)
Name
X
Y
UnitType
Dpi
DataField
DataFieldFormatString
UseCache
CacheItemId
PrintAsGraphic
Comments
Tag
Locked
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:Neodynamic.SDK.ThermalLabel.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
IsCircle
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com