C# 클래스 FiddlerControls.OverlayCursor

상속: OverlayObject
파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Graphics g ) : void
OverlayCursor ( Point location, int m, string t, Color c ) : System
Save ( XmlElement elem ) : void
ToString ( ) : string
isVisible ( Rectangle bounds, int m ) : bool

메소드 상세

Draw() 공개 메소드

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

OverlayCursor() 공개 메소드

public OverlayCursor ( Point location, int m, string t, Color c ) : System
location Point
m int
t string
c Color
리턴 System

Save() 공개 메소드

public Save ( XmlElement elem ) : void
elem System.Xml.XmlElement
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

isVisible() 공개 메소드

public isVisible ( Rectangle bounds, int m ) : bool
bounds System.Drawing.Rectangle
m int
리턴 bool