Table of Contents

Class TapEventArgs

Namespace
Fantas.Input
Assembly
Fantas.dll

Event data for Tap event

public class TapEventArgs : EventArgs
Inheritance
TapEventArgs
Inherited Members

Constructors

TapEventArgs(PointF)

Initialize Tap event args

public TapEventArgs(PointF location)

Parameters

location PointF

Properties

Location

Cursor position on tap event (Scene coordinates)

public PointF Location { get; }

Property Value

PointF