LEADTOOLS (Leadtools assembly)

Column Property

Show in webframe







Gets the column offset within the row being resized.
Syntax
public int Column {get;}
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As RasterImageResizeEventArgs
Dim value As Integer
 
value = instance.Column
public int Column {get;}

            

            
 get_Column(); 
public:
property int Column {
   int get();
}

Property Value

The column offset within the row being resized. The first column offset is 0, and the last column offset is 1 less than the image Width.
Example
For an example, refer to RasterImageResize.
Requirements

Target Platforms

See Also

Reference

RasterImageResizeEventArgs Class
RasterImageResizeEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.