AtalaImageDraw Method (Graphics, Rectangle) |
Draws this AtalaImage onto a System.Drawing.Graphics object at a
specified location and size.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Draw(
Graphics graphics,
Rectangle destRect
)
Public Sub Draw (
graphics As Graphics,
destRect As Rectangle
)
Parameters
- graphics
- Type: System.DrawingGraphics
The Graphics object to draw on. - destRect
- Type: System.DrawingRectangle
The rectangular area of the Graphics object to draw on.
Remarks Unlike GDI+, this Draw method will not convert the image to 32-bit when drawing to a Graphics
object.
See Also