ClassDrawingEventArgs
Class
DrawingEventArgs.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class DrawingEventArgs : EventArgs
Inheritance: objectEventArgsDrawingEventArgs
Inherited Members
Constructors
DrawingEventArgs(IGeometryShape, IEnumerable<Point>, IEnumerable<Point>, bool, bool, string)
Initializes a new instance of the DrawingEventArgs class.
Declaration
cs-api-definition
public DrawingEventArgs(IGeometryShape shape, IEnumerable<Point> anchorPoints, IEnumerable<Point> controlPoints, bool isCompleted, bool isUndoable, string toolName)
Parameters
shape
anchorPoints
IEnumerable<Point>
controlPoints
IEnumerable<Point>
isCompleted
isUndoable
toolName
Properties
AnchorPoints
Gets the anchor points.
Declaration
cs-api-definition
public IEnumerable<Point> AnchorPoints { get; }
Property Value
IEnumerable<Point>
ControlPoints
Gets the control points.
Declaration
cs-api-definition
public IEnumerable<Point> ControlPoints { get; }
Property Value
IEnumerable<Point>
IsCompleted
Gets a value indicating whether this instance is completed.
IsUndoable
Gets a value indicating whether this instance is undoable.
Shape
Gets the shape.