C# Class NewTOAPIA.UI.DrawEvent

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

Public Methods

Method Description
DrawEvent ( IGraphPort device, Rectangle clipRect ) : System

Method Details

DrawEvent() public method

public DrawEvent ( IGraphPort device, Rectangle clipRect ) : System
device IGraphPort
clipRect System.Drawing.Rectangle
return System