C# Class HeapProfiler.TooltipContentBase

Show file Open project: kg/HeapProfiler Class Usage Examples

Public Properties

Property Type Description
Font System.Drawing.Font
Location Point
Size System.Drawing.Size

Public Methods

Method Description
Measure ( Graphics g ) : Size
Render ( Graphics g ) : void

Method Details

Measure() public abstract method

public abstract Measure ( Graphics g ) : Size
g System.Drawing.Graphics
return System.Drawing.Size

Render() public abstract method

public abstract Render ( Graphics g ) : void
g System.Drawing.Graphics
return void

Property Details

Font public property

public Font,System.Drawing Font
return System.Drawing.Font

Location public property

public Point Location
return Point

Size public property

public Size,System.Drawing Size
return System.Drawing.Size