Leadtools Namespace > RasterImageResize Class : Resize Event |
public event EventHandler<RasterImageResizeEventArgs> Resize
'Declaration Public Event Resize As EventHandler(Of RasterImageResizeEventArgs)
'Usage Dim instance As RasterImageResize Dim handler As EventHandler(Of RasterImageResizeEventArgs) AddHandler instance.Resize, handler
public event EventHandler<RasterImageResizeEventArgs> Resize
add_Resize(function(sender, e)) remove_Resize(function(sender, e))
public: event EventHandler<RasterImageResizeEventArgs^>^ Resize
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.
Property | Description |
---|---|
Buffer | Gets the unmanaged buffer that holds the resized row. |
BufferArray | Gets the managed buffer that holds the resized row. |
Bytes | Gets the number of bytes in the resized row buffer. |
Cancel | Gets or sets a value indicating whether to abort the resize operation. |
Column | Gets the column offset within the row being resized. |
Image | Gets a reference to the image being resized. |
Row | Gets the number of the resized row. |