Class FreeFormDrawingEventArgs
Provides data for FreeHand Drawing event.
Inheritance
System.Object
FreeFormDrawingEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class FreeFormDrawingEventArgs : Object
Constructors
FreeFormDrawingEventArgs()
Declaration
public FreeFormDrawingEventArgs()
Fields
RawPoints
Collection of movement points.
Declaration
public PointCollection RawPoints
Field Value
Type |
---|
System.Windows.Media.PointCollection |
SimplifiedPoints
Collection of Simplified points from move movement points.
Declaration
public PointCollection SimplifiedPoints
Field Value
Type |
---|
System.Windows.Media.PointCollection |
Properties
Item
Gets the item of the freehand drawing.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |
State
Gets the state of the freehand drawing.
Declaration
public InteractionState State { get; }
Property Value
Type |
---|
InteractionState |