Occurs during image resize.
public event EventHandler<RasterImageResizeEventArgs> Resize
Public virtual Event Resize As EventHandler(Of RasterImageResizeEventArgs)
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document