Fct_Draw_Highlight

 

The function pointed to by Fct_Draw_Highlight() is used to draw a border around portion of the class representation in 2D windows in MODE_ALL.

 

The default for frames is a yellow border around the images, for other classes it is a yellow border around the icon of the class.

 

Syntax

 

int  (*Fct_Draw_Highlight)(

          SliceO_Class *pt,

          UInt64 flag,

          SliceO_Window *window

)

 

 

Parameters

 

pt

Pointer to the class calling the function.

 

flag

Value of the Redraw_Flag.

 

window

Pointer to the window where the class is drawn.

 

 

Return value

 

This function return "1" if successful.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

 

See also