C# Class FiddlerControls.OverlayObject

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( Graphics g ) : void
Save ( XmlElement elem ) : void
ToString ( ) : string
isVisible ( Rectangle bounds, int m ) : bool

Method Details

Draw() public méthode

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

Save() public méthode

public Save ( XmlElement elem ) : void
elem System.Xml.XmlElement
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

isVisible() public méthode

public isVisible ( Rectangle bounds, int m ) : bool
bounds System.Drawing.Rectangle
m int
Résultat bool