Skybound.Gecko.GeckoWindowSetBoundsEventArgs.GeckoWindowSetBoundsEventArgs C# (CSharp) Method

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
        public GeckoWindowSetBoundsEventArgs(Rectangle bounds, BoundsSpecified specified)
        {
            _Bounds = bounds;
            _BoundsSpecified = specified;
        }
GeckoWindowSetBoundsEventArgs