Class DrawingState
Represents a drawing state.
Inheritance
System.Object
DrawingState
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 DrawingState
Constructors
DrawingState()
Properties
AnchorPoints
Gets or sets the anchor points.
Declaration
public IEnumerable<Point> AnchorPoints { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Windows.Point>
|
ControlPoints
Gets or sets the control points.
Declaration
public IEnumerable<Point> ControlPoints { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Windows.Point>
|