Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterImageResizeEventArgs Class Members
See Also  Properties 
Leadtools Namespace : RasterImageResizeEventArgs Class


The following tables list the members exposed by RasterImageResizeEventArgs.

Public Constructors

  Name Description
Public Constructor RasterImageResizeEventArgs Constructor Initializes a new instance of the RasterImageResizeEventArgs class.  
Top

Public Properties

  Name Description
Public Property Buffer Gets the buffer that holds the resized row.  
Public Property Bytes Gets the number of bytes in the resized row buffer.  
Public Property Cancel Gets or sets a value indicating whether to abort the resize operation.  
Public Property Column Gets the column offset within the row being resized.  
Public Property Image Gets a reference to the image being resized.  
Public Property Row Gets the number of the resized row.  
Top

See Also