<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div><span style="font-size: 18px;">    </span></div><div><span style="line-height: 1.7;">    </span><span style="line-height: 1.7;">    </span><span style="font-size: 18px; line-height: 1.7;">I want to ask some question about VTK. Now I want to create a renderwindow without borders and full of screen . I write code like this:</span></div><div><div><span style="font-size: 10px;">  vtkSmartPointer<vtkSphereSource> sphereSource =</span></div><div><span style="font-size: 10px;">    vtkSmartPointer<vtkSphereSource>::New();</span></div><div><br></div><div><span style="font-size: 10px;">  vtkSmartPointer<vtkPolyDataMapper> mapper =</span></div><div><span style="font-size: 10px;">    vtkSmartPointer<vtkPolyDataMapper>::New();</span></div><div><span style="font-size: 10px;">  mapper->SetInputConnection(sphereSource->GetOutputPort());</span></div><div><br></div><div><span style="font-size: 10px;">  vtkSmartPointer<vtkActor> actor =</span></div><div><span style="font-size: 10px;">    vtkSmartPointer<vtkActor>::New();</span></div><div><span style="font-size: 10px;">  actor->SetMapper(mapper);</span></div><div><br></div><div><span style="font-size: 10px;">  vtkSmartPointer<vtkRenderer> renderer =</span></div><div><span style="font-size: 10px;">    vtkSmartPointer<vtkRenderer>::New();</span></div><div><span style="font-size: 10px;">  vtkSmartPointer<vtkRenderWindow> renderWindow =</span></div><div><span style="font-size: 10px;">    vtkSmartPointer<vtkRenderWindow>::New();</span></div><div><span style="font-size: 10px;">  renderWindow->AddRenderer(renderer);</span></div><div><span style="font-size: 10px;">  vtkSmartPointer<vtkRenderWindowInteractor> renderWindowInteractor =</span></div><div><span style="font-size: 10px;">    vtkSmartPointer<vtkRenderWindowInteractor>::New();</span></div><div><span style="font-size: 10px;">  renderWindowInteractor->SetRenderWindow(renderWindow);</span></div><div><br></div><div><span style="font-size: 10px;">  renderer->AddActor(actor);</span></div><div><span style="font-size: 10px;">  </span></div><div><span style="color: rgb(255, 0, 0); font-size: 10px;">  renderWindow->BordersOff();</span></div><div><span style="color: rgb(255, 0, 0); font-size: 10px;">  renderWindow->SetFullScreen(true);</span></div><div><br></div><div><span style="font-size: 10px;">  renderWindow->Render();</span></div><div><span style="font-size: 10px;">  renderWindowInteractor->Start();</span></div></div><div><br></div><div><span style="line-height: 1.7;">    </span><span style="line-height: 1.7;">    </span><span style="font-size: 18px; line-height: 1.7;">But when I run this program . The renderwindow also have borders. How can I do to make the renderwindow without borders . Thank you for your help.</span></div><div>                                                                                                                                                                                                                                                                                        zhz</div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>