Class ShapeInfo
This class holds the shape's metadata.
Inheritance
System.Object
ShapeInfo
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: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class ShapeInfo
Constructors
ShapeInfo(Point, Size, Double)
Initializes a new instance of the ShapeInfo class.
Declaration
public ShapeInfo(Point position, Size size, double angle)
Parameters
System.Windows.Point
position
The position. |
System.Windows.Size
size
The size. |
System.Double
angle
The angle. |
Properties
Angle
Gets or sets the angle.
Declaration
public double Angle { get; }
Property Value
System.Double
The angle. |
Position
Gets or sets the position.
Declaration
public Point Position { get; }
Property Value
System.Windows.Point
The position. |
Size
Gets or sets the size.
Declaration
public Size Size { get; }
Property Value
System.Windows.Size
The size. |