Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FiddlerControls
OverlayObject
C# Class FiddlerControls.OverlayObject
Mostrar archivo
Open project: polserver/poltools
Class Usage Examples
Public Methods
Method
Description
Draw
(
Graphics
g
) :
void
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
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