<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
</head>
<body bgcolor="#ffffff" text="#003333">
Hi<br>
I need to display an image in a part of the screen.<br>
I'm using the chain:<br>
vtkImageImport->vtkImageMapToColors->vtkImageMapper->vtkActor2D->vtkRenderer<br>
<br>
I have set Position and Position2 of vtkActor2D to set the image
box.<br>
<br>
It looks is not enough...<br>
<br>
So I set vtkImageMapper::RenderToRectangleOn() hoping for a
solution, but only Position2 is rightly imported, the image starts
always from (0,0) (any 'Position' looks ignored)<br>
<br>
[I check into vtkImageMapper.cxx and the flag RenderToRectangle is
never used...this is also strange...]<br>
<br>
Any help?<br>
Thank you
</body>
</html>