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

 NameDescription
Public ConstructorRasterImageResizeEventArgs Constructor Initializes a new instance of the RasterImageResizeEventArgs class.  
Top

Public Properties

 NameDescription
Public PropertyBuffer Gets the buffer that holds the resized row.  
Public PropertyBytes Gets the number of bytes in the resized row buffer.  
Public PropertyCancel Gets or sets a value indicating whether to abort the resize operation.  
Public PropertyColumn Gets the column offset within the row being resized.  
Public PropertyImage Gets a reference to the image being resized.  
Public PropertyRow Gets the number of the resized row.  
Top

See Also