C# Class Skybound.Gecko.GeckoWindowSetBoundsEventArgs

Provides data for the GeckoWindowSetBoundsEventHandler event.
Inheritance: System.EventArgs
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
GeckoWindowSetBoundsEventArgs ( Rectangle bounds, BoundsSpecified specified ) : System

Creates a new instance of a GeckoWindowSetBoundsEventArgs object.

Method Details

GeckoWindowSetBoundsEventArgs() public méthode

Creates a new instance of a GeckoWindowSetBoundsEventArgs object.
public GeckoWindowSetBoundsEventArgs ( Rectangle bounds, BoundsSpecified specified ) : System
bounds System.Drawing.Rectangle
specified BoundsSpecified
Résultat System