Class MouseScrollEvent
Inherited Members
Namespace: Ritchie.Toolbox.Events
Assembly: Ritchie.Toolbox.dll
Syntax
public sealed class MouseScrollEvent : MouseEvent
Constructors
MouseScrollEvent(Point, int)
Declaration
public MouseScrollEvent(Point position, int scrollDelta)
Parameters
Type | Name | Description |
---|---|---|
Point | position | |
int | scrollDelta |
Properties
ScrollDelta
Declaration
public int ScrollDelta { get; }
Property Value
Type | Description |
---|---|
int |