C# Class FiddlerControls.OverlayCursor

Inheritance: OverlayObject
Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method 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 method

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
return void

OverlayCursor() public method

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

Save() public method

public Save ( XmlElement elem ) : void
elem System.Xml.XmlElement
return void

ToString() public method

public ToString ( ) : string
return string

isVisible() public method

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