Pointer Constructor
Initializes a new instance of the Pointer class
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Pointer(
int id,
PointerType type,
bool isPrimary
)
Public Sub New (
id As Integer,
type As PointerType,
isPrimary As Boolean
)
new :
id : int *
type : PointerType *
isPrimary : bool -> Pointer