Show / Hide Table of Contents

Delegate MoveDelegate

Event handler for generic move listener

Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void MoveDelegate(PointF move);
Parameters
Type Name Description
EmptyKeys.UserInterface.PointF move

The move.

Back to top Generated by DocFX