Show / Hide Table of Contents

Class TemplateClickedEventArgs

Event args for template mouse clicks. Contains x and y coordinates for the click event.

Inheritance
System.Object
TemplateClickedEventArgs
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class TemplateClickedEventArgs

Properties

X

Gets or sets the X.

Declaration
public int X { get; set; }
Property Value
Type Description
System.Int32

The X.

Y

Gets or sets the Y.

Declaration
public int Y { get; set; }
Property Value
Type Description
System.Int32

The Y.

Back to top Copyright © 2018 RevelDigital
Generated by DocFX