<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>hi,<BR>
when I compiled an example of vtkImageShiftScale , I found a small problem . the example is ImageInteractor .and my problem is : at first time , I can draw a rectangle on a&nbsp; CT picture with mouse ,&nbsp;and&nbsp;when I press the mouse left button again ,a rectangle could be&nbsp;drawn again but&nbsp;the CT picture disappear&nbsp; . and I have make the picture to be visibility when I press the left mouse button : <BR>
&nbsp;&nbsp;&nbsp; pictureActor-&gt;VisibilityOn();<BR>
and when I release the left mouse button I set it to be invisibility :<BR>
&nbsp;&nbsp;&nbsp; pictureActor-&gt;VisibilityOff();<BR>
but unfortunately , I could not see the CT picture after I draw a rectangle . So what is wrong with my program ? and how should I do to work out it ? thank you !&nbsp;<BR><br /><hr />探索 Windows Vista 的世界 <a href='http://search.live.com/results.aspx?q=windows+vista&mkt=zh-cn&FORM=LIVSOP' target='_new'>了解更多信息!</a></body>
</html>