<div>Hi</div>
<div>&nbsp;</div>
<div>I am creating a map image using the C Sharp wrapper for MapScript using the following code</div>
<div>&nbsp;</div>
<div><font size="2">
<p>m_obj.setExtent(minX,minY,maxX,maxY);</p>
<p></p></font><font size="2">
<p>imageObj i_obj = m_obj.draw();</p>
<p>Is there any way that I can add a marker(something like a red dot etc)&nbsp;for the point (x, y) on the generated map image. Point (x, y) will be the centre of the image.</p>
<p>Best Regards</p>
<p>Mir</p></font></div>