ClassShapeInfo
Class
This class holds the shape's metadata.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class ShapeInfo
Inheritance: objectShapeInfo
Constructors
ShapeInfo(Point, Size, double)
Initializes a new instance of the ShapeInfo class.
Declaration
cs-api-definition
public ShapeInfo(Point position, Size size, double angle)
Parameters
position
Point
The position.
size
Size
The size.
angle
The angle.