C# Class PaintMessage, PowerArgs

A message that indicates a paint request that gets processed differently from other message types to reduce the number of times the message pump processes paint requests for a console app
Inheritance: PumpMessage
Afficher le fichier Open project: adamabdelhamed/PowerArgs

Méthodes publiques

Méthode Description
PaintMessage ( Action, paintAction )

Method Details

PaintMessage() public méthode

public PaintMessage ( Action, paintAction )
paintAction Action,