C# Class DrawEventArgs, NewTOAPIA

This class represents the information needed by graphics to paint when necessary.
Inheritance: EventArgs
显示文件 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
DrawEventArgs ( IGraphPort device, PAINTSTRUCT pStruct ) : System

Method Details

DrawEventArgs() public method

public DrawEventArgs ( IGraphPort device, PAINTSTRUCT pStruct ) : System
device IGraphPort
pStruct PAINTSTRUCT
return System