LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Column Property






Gets the column offset within the row being resized. .NET support Silverlight support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageResizeEventArgs Class
RasterImageResizeEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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