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

The following tables list the members exposed by RasterImageResizeEventArgs.

Public Constructors

 NameDescription
public Constructor RasterImageResizeEventArgs ConstructorInitializes a new instance of the RasterImageResizeEventArgs class. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property BufferGets the unmanaged buffer that holds the resized row.  
public Property BufferArrayGets the managed buffer that holds the resized row. Supported in Silverlight, Windows Phone 7  
public Property BytesGets the number of bytes in the resized row buffer. Supported in Silverlight, Windows Phone 7  
public Property CancelGets or sets a value indicating whether to abort the resize operation. Supported in Silverlight, Windows Phone 7  
public Property ColumnGets the column offset within the row being resized. Supported in Silverlight, Windows Phone 7  
public Property ImageGets a reference to the image being resized. Supported in Silverlight, Windows Phone 7  
public Property RowGets the number of the resized row. Supported in Silverlight, Windows Phone 7  
Top

See Also