C# Class DrawEventArgs, NewTOAPIA

This class represents the information needed by graphics to paint when necessary.
Inheritance: EventArgs
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
DrawEventArgs ( IGraphPort device, PAINTSTRUCT pStruct ) : System

Method Details

DrawEventArgs() public méthode

public DrawEventArgs ( IGraphPort device, PAINTSTRUCT pStruct ) : System
device IGraphPort
pStruct PAINTSTRUCT
Résultat System