DiagramEventArgs

open class DiagramEventArgs

A class that specifies arguments for actions performed on Diagram objects.

  • Initializes a new instance of the DiagramEventArgs class.

    Declaration

    Swift

    public init(pointerPosition: Point)

    Parameters

    pointerPosition

    The position of the pointer when the event occurred.

    Return Value

    The newly created DiagramEventArgs object.

  • A Point, which holds information for the current position of the pointer.

    Declaration

    Swift

    open var pointerPosition: Point