LEADTOOLS Support
Imaging
Imaging SDK Questions
get RasterImage from RasterImageGdiPlusGraphicsContainer
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Saturday, November 22, 2008 4:21:15 PM(UTC)
Groups: Registered
Posts: 8
I am using the RasterImageGdiPlusGraphicsContainer to draw some text on an image as well as draw a couple of rectangles. The question is... how do I get it back to a rasterimage when I done?
#2
Posted
:
Sunday, November 23, 2008 1:01:40 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You don't need to. The original RasterImage object stays a valid object all the time even when you create a GDI container and draw on it.
Any graphics drawing you do on the container's Graphics object will be applied to the RasterImage automatically.
This means keep track of the RasterImage object variable and use it.
#3
Posted
:
Monday, November 24, 2008 1:08:55 PM(UTC)
Groups: Registered
Posts: 8
LEADTOOLS Support
Imaging
Imaging SDK Questions
get RasterImage from RasterImageGdiPlusGraphicsContainer
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.