Method | Description | |
---|---|---|
Highlighter ( double height, double width, double X, double Y, int intHandle, Highlighters control, Color color ) : System | ||
Highlighter ( double height, double width, double X, double Y, int intHandle, Highlighters control, int highlighterNumber, string highlighterData ) : System |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Hide ( ) : void | ||
PaintLabel ( int highlighterNumber, string highlighterData ) : void | ||
Show ( ) : void | ||
createHighlighter ( double height, double width, double X, double Y, int intHandle, Highlighters control, Color color ) : void | ||
disposeSides ( ) : void | ||
getBorder ( Highlighters control ) : int | ||
getPoint ( double X, double Y, int intHandle ) : |
||
paintBottomSide ( Highlighters control, int border, NativeMethods p, double height, double width, Color color ) : void | ||
paintLeftSide ( Highlighters control, int border, NativeMethods p, double height, double width, Color color ) : void | ||
paintRightSide ( Highlighters control, int border, NativeMethods p, double height, double width, Color color ) : void | ||
paintTopSide ( Highlighters control, int border, NativeMethods p, double height, double width, Color color ) : void |
public Highlighter ( double height, double width, double X, double Y, int intHandle, Highlighters control, Color color ) : System | ||
height | double | |
width | double | |
X | double | |
Y | double | |
intHandle | int | |
control | Highlighters | |
color | Color | |
return | System |
public Highlighter ( double height, double width, double X, double Y, int intHandle, Highlighters control, int highlighterNumber, string highlighterData ) : System | ||
height | double | |
width | double | |
X | double | |
Y | double | |
intHandle | int | |
control | Highlighters | |
highlighterNumber | int | |
highlighterData | string | |
return | System |