menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FreeFormDrawingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FreeFormDrawingEventArgs

    Provides data for FreeHand Drawing event.

    Inheritance
    System.Object
    FreeFormDrawingEventArgs
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class FreeFormDrawingEventArgs

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved