←Select platform

StartRow Property

Summary

Gets the starting row of the line. The rows are zero-based.

Syntax
C#
VB
Objective-C
C++
Java
public int StartRow { get; } 
Public ReadOnly Property StartRow As Integer 
@property (nonatomic, assign, readonly) NSInteger startRow 
public int getStartRow() 
public: 
property int StartRow { 
   int get(); 
} 

Property Value

The starting row of the line. The rows are zero-based.

Example

Refer to LineRemoveCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly