PixelPointEventArgs Class

Summary

Provides PixelPoint data for events.
Namespace
Avalonia.Controls
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["PixelPointEventArgs"] class Type type-node

Syntax

public class PixelPointEventArgs : EventArgs

Constructors

Name Summary
PixelPointEventArgs(PixelPoint) Initializes a new instance of the PixelPointEventArgs class.

Properties

Name Value Summary
Point PixelPoint
Gets the PixelPoint data.