Creates a Windows GDI device context using this Leadtools.RasterImage as the display surface.
image
The source image.
The Windows HDC object this method creates.
This method allows you to create an infinite number of drawing capabilities such as paint, erase, color erase and brush, pen, spray gun, flood fill, color tube, text overlay, curve, line, rectangle, polygon, ellipse, freehand shapes, cut and paste, and more.
All Windows GDI functions can be used to draw to the image using the returned HDC. The HDC must be freed with the DeleteLeadDC method.
If a region is defined for the image, GDI functions act only on the region, not on the entire image.
The DIB driver supports only 1, 4, 8, 16 and 24 bit images. If you are using an image that has some other number of bits per pixel, you must use Leadtools.ImageProcessing.ColorResolutionCommand to change the image to a bits per pixel value supported by the DIB driver.
For more information refer to RasterImage and GDI/GDI+.
For more information, refer to Introduction to Image Processing With LEADTOOLS.
This example draws an ellipse on a raster image.
Products |
Support |
Feedback: CreateLeadDC Method - Leadtools.Drawing |
Introduction |
Help Version 19.0.2017.3.21
|