Skybound.Gecko.GeckoWindowSetBoundsEventArgs.GeckoWindowSetBoundsEventArgs C# (CSharp) 메소드

GeckoWindowSetBoundsEventArgs() 공개 메소드

Creates a new instance of a GeckoWindowSetBoundsEventArgs object.
public GeckoWindowSetBoundsEventArgs ( Rectangle bounds, BoundsSpecified specified ) : System
bounds System.Drawing.Rectangle
specified BoundsSpecified
리턴 System
        public GeckoWindowSetBoundsEventArgs(Rectangle bounds, BoundsSpecified specified)
        {
            _Bounds = bounds;
            _BoundsSpecified = specified;
        }
GeckoWindowSetBoundsEventArgs