C# Class Skybound.Gecko.GeckoWindowSetBoundsEventArgs

Provides data for the GeckoWindowSetBoundsEventHandler event.
Inheritance: System.EventArgs
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
GeckoWindowSetBoundsEventArgs ( Rectangle bounds, BoundsSpecified specified ) : System

Creates a new instance of a GeckoWindowSetBoundsEventArgs object.

Method Details

GeckoWindowSetBoundsEventArgs() public method

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