LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

StartColumn Property (SmoothCommandEventArgs)

Show in webframe







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

Property Value

The starting column of the bump or nick. The columns are zero-based.
Example
Refer to SmoothCommand.
Requirements

Target Platforms

See Also

Reference

SmoothCommandEventArgs Class
SmoothCommandEventArgs Members

 

 


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