menu

UWP

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

    Show / Hide Table of Contents

    Class FreeFormDrawingEventArgs

    Provides data for FreeHand Drawing event.

    Inheritance
    System.Object
    FreeFormDrawingEventArgs
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class FreeFormDrawingEventArgs : Object

    Constructors

    FreeFormDrawingEventArgs()

    Declaration
    public FreeFormDrawingEventArgs()

    Fields

    RawPoints

    Collection of movement points.

    Declaration
    public PointCollection RawPoints
    Field Value
    Type
    Windows.UI.Xaml.Media.PointCollection

    SimplifiedPoints

    Collection of Simplified points from move movement points.

    Declaration
    public PointCollection SimplifiedPoints
    Field Value
    Type
    Windows.UI.Xaml.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved