C# Class ImageGlass.ImageListView.LayoutEventArgs

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Méthode Description
LayoutEventArgs ( Rectangle itemAreaBounds ) : System

Initializes a new instance of the LayoutEventArgs class.

Method Details

LayoutEventArgs() public méthode

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