PixelPointEventArgs.

PixelPointEventArgs(PixelPoint) Constructor

Summary

Initializes a new instance of the PixelPointEventArgs class.
Namespace
Avalonia.Controls
Containing Type
PixelPointEventArgs

Syntax

public PixelPointEventArgs(PixelPoint point)

Parameters

Name Type Description
point PixelPoint The PixelPoint data.

Return Value

Type Description
void