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
Mostrar archivo Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
PaintMessage ( Action, paintAction )

Method Details

PaintMessage() public method

public PaintMessage ( Action, paintAction )
paintAction Action,