←Select platform

StartColumn Property

Summary

Gets the starting column of the bump or nick. The columns are zero-based.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int StartColumn { get; } 
Public ReadOnly Property StartColumn As Integer 
public int StartColumn {get;} 
@property (nonatomic, assign, readonly) NSInteger 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly