Click or drag to resize

AtalaImageDraw Method (Graphics, Rectangle, Rectangle)

Draws a specified area of this AtalaImage onto a System.Drawing.Graphics object at the 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,
	Rectangle srcRect
)

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.
srcRect
Type: System.DrawingRectangle
The rectangular area of the source image to draw.
See Also