Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
ComponentFactory
Krypton
Toolkit
PointEventArgs
C# Class ComponentFactory.Krypton.Toolkit.PointEventArgs
Details for an event that provides a Point value.
Inheritance:
System.EventArgs
Afficher le fichier
Open project: ComponentFactory/Krypton
Class Usage Examples
Méthodes publiques
Méthode
Description
PointEventArgs
(
Point
point
) :
System
Initialize a new instance of the PointEventArgs class.
Method Details
PointEventArgs()
public
méthode
Initialize a new instance of the PointEventArgs class.
public
PointEventArgs
(
Point
point
) :
System
point
Point
Point associated with event.
Résultat
System