Hi,
In the post with given subject
Support specifying the location of all four corners of an image on a GdiPlusRasterLayer.
Its given there with enhancement we can give four corners lat long of image to overlay it. Please explain how to implement it. I am not able to find out where to specify it. Using current version I am able to give rectangle extent.
Thanks,
Goral
GdiPlusRasterLayer enhancement
Hi Goral,
I think here we have a constructor for it:
public GdiPlusRasterLayer(string pathFilename, RectangleShape imageExtent)
The imageExtent should be what you want.
Wish that’s helpful.
Regards,
Don
Hi,
Thanks for reply. I know the suggested one. In that we can give only upper left and lower right corner of image for extent. If I want to give four corner latlong in extent. Where to specify?
Thanks,
Goral
Hi Goral,
Our extent should be a rectangle shape, it cannot be a polygon, so we only need specified upper left and lower right corner, that’s enough.
Regards,
Don
Hi,
Thanks for reply. Ok so right now no provision is there to provide four coordinates in extent.
Thanks,
Goral
Hi Goral,
You’re right, extent is meant that’s a rectangle shape.
Regards,
Don