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


"

For a list of all members of this type, see RasterImageResizeEventArgs members.

"

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