C# 클래스 FiddlerControls.OverlayObject

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

공개 메소드들

메소드 설명
Draw ( Graphics g ) : void
Save ( XmlElement elem ) : void
ToString ( ) : string
isVisible ( Rectangle bounds, int m ) : bool

메소드 상세

Draw() 공개 메소드

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

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