C# 클래스 Skybound.Gecko.GeckoWindowSetBoundsEventArgs

Provides data for the GeckoWindowSetBoundsEventHandler event.
상속: System.EventArgs
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
GeckoWindowSetBoundsEventArgs ( Rectangle bounds, BoundsSpecified specified ) : System

Creates a new instance of a GeckoWindowSetBoundsEventArgs object.

메소드 상세

GeckoWindowSetBoundsEventArgs() 공개 메소드

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