C# Class ImageGlass.ImageListView.LayoutEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
LayoutEventArgs ( Rectangle itemAreaBounds ) : System

Initializes a new instance of the LayoutEventArgs class.

Method Details

LayoutEventArgs() public method

Initializes a new instance of the LayoutEventArgs class.
public LayoutEventArgs ( Rectangle itemAreaBounds ) : System
itemAreaBounds System.Drawing.Rectangle The rectangle bounding the item area.
return System