LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Resize Event






Occurs during image resize. .NET support Silverlight support
Syntax
'Declaration
 
Public Event Resize As EventHandler(Of RasterImageResizeEventArgs)
'Usage
 
Dim instance As RasterImageResize
Dim handler As EventHandler(Of RasterImageResizeEventArgs)
 
AddHandler instance.Resize, handler
add_Resize(function(sender, e))
remove_Resize(function(sender, e))

Event Data

The event handler receives an argument of type RasterImageResizeEventArgs containing data related to this event. The following RasterImageResizeEventArgs properties provide information specific to this event.

PropertyDescription
Buffer Gets the unmanaged buffer that holds the resized row. .NET support
BufferArray Gets the managed buffer that holds the resized row. .NET support Silverlight support
Bytes Gets the number of bytes in the resized row buffer. .NET support Silverlight support
Cancel Gets or sets a value indicating whether to abort the resize operation. .NET support Silverlight support
Column Gets the column offset within the row being resized. .NET support Silverlight support
Image Gets a reference to the image being resized. .NET support Silverlight support
Row Gets the number of the resized row. .NET support Silverlight support
Example
Refer to RasterImageResize.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageResize Class
RasterImageResize Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.