LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

StartColumn Property (LineRemoveCommandEventArgs)

Show in webframe







Gets the starting column of the line. The columns are zero-based.
Syntax
public int StartColumn {get;}
'Declaration
 
Public ReadOnly Property StartColumn As Integer
'Usage
 
Dim instance As LineRemoveCommandEventArgs
Dim value As Integer
 
value = instance.StartColumn
public int StartColumn {get;}
@property (nonatomic, assign, readonly) int startCol;
public int getStartColumn()
 get_StartColumn(); 
public:
property int StartColumn {
   int get();
}

Property Value

The starting column of the line. The columns are zero-based.
Example
Refer to LineRemoveCommand.
Requirements

Target Platforms

See Also

Reference

LineRemoveCommandEventArgs Class
LineRemoveCommandEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.