Property | Type | Description | |
---|---|---|---|
DrawEmptyMessage | void | ||
DrawGridLines | void | ||
RecalcLayout | void |
Method | Description | |
---|---|---|
EnvironmentDisplay ( ) : System | ||
GetPoint ( double x, double y ) : Point |
Gets the point at the upper left corner of the given map location (between TopLeft and BottomRight).
|
Method | Description | |
---|---|---|
DrawContent ( |
||
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
DrawEmptyMessage ( PaintEventArgs e ) : void | ||
DrawGridLines ( |
||
RecalcLayout ( ) : void |
protected DrawContent ( |
||
g | ||
return | void |
public GetPoint ( double x, double y ) : Point | ||
x | double | |
y | double | |
return | Point |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |