Skybound.Gecko.GeckoWindowSetBoundsEventArgs.GeckoWindowSetBoundsEventArgs C# (CSharp) Méthode

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