Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ComponentFactory
Krypton
Toolkit
PointEventArgs
C# Class ComponentFactory.Krypton.Toolkit.PointEventArgs
Details for an event that provides a Point value.
Inheritance:
System.EventArgs
Mostrar archivo
Open project: ComponentFactory/Krypton
Class Usage Examples
Public Methods
Method
Description
PointEventArgs
(
Point
point
) :
System
Initialize a new instance of the PointEventArgs class.
Method Details
PointEventArgs()
public
method
Initialize a new instance of the PointEventArgs class.
public
PointEventArgs
(
Point
point
) :
System
point
Point
Point associated with event.
return
System