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.WinControls.RadDiagram.dll
Syntax
public class ShapeInfo
Constructors
ShapeInfo(Point, Size, Double)
Initializes a new instance of the Shape
Declaration
public ShapeInfo(Point position, Size size, double angle)
Parameters
Properties
Angle
Gets or sets the angle.
Declaration
public double Angle { get; }
Property Value
System. The angle. |
Position
Gets or sets the position.
Declaration
public Point Position { get; }
Property Value
Point
The position. |