Share
 
 

Change Image Visibility (.NET)

Image visibility affects the redraw speed by hiding images in the current drawing session. Hidden images are not displayed or plotted; only the drawing boundary is displayed. To hide an image, set its ShowImage property to False. To redisplay an image, set its ShowImage property to True.

Was this information helpful?