Click or drag to resize

ResizeImageForZoomEventArgs Constructor

Creates a ResizeImageForZoomEvent argument object

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ResizeImageForZoomEventArgs(
	AtalaImage image,
	Rectangle srcRect,
	Size dstSize
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
the AtalaImage being 'zoomed'
srcRect
Type: System.DrawingRectangle
the source rectangle of the zoomed region
dstSize
Type: System.DrawingSize
the 'zoomed' size in pixels of the zoomed region
See Also