ImageShowFrameΒΆ

ImageShowFrame shows or hides the frame of the picture.

bool = ImageShowFrame(hobj, bVisible)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hobj

hobj identifies the picture created with ImageCreate.

bVisible

If bVisible is TRUE (1) the frame is visible. If bVisible is FALSE (0) the frame is invisible.

id-1957536