C# Class FiddlerControls.OverlayCursor

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

Méthodes publiques

Méthode Description
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

Method Details

Draw() public méthode

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

OverlayCursor() public méthode

public OverlayCursor ( Point location, int m, string t, Color c ) : System
location Point
m int
t string
c Color
Résultat System

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