Class ScrollChangedEventArgs
Inheritance
ScrollChangedEventArgs
Assembly: nanoFramework.Graphics.dll
public class ScrollChangedEventArgs : EventArgs
Constructors
Declaration
public ScrollChangedEventArgs(int offsetX, int offsetY, int offsetChangeX, int offsetChangeY)
Parameters
Type |
Name |
Description |
int |
offsetX |
|
int |
offsetY |
|
int |
offsetChangeX |
|
int |
offsetChangeY |
|
Fields
Declaration
public readonly int HorizontalChange
Field Value
Declaration
public readonly int HorizontalOffset
Field Value
Declaration
public readonly int VerticalChange
Field Value
Declaration
public readonly int VerticalOffset
Field Value
Extension Methods