←Select platform

SecondPoint Property

Summary

Gets or sets the end point for the line.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint SecondPoint { get; set; } 
Public Property SecondPoint As Leadtools.LeadPoint 
public Leadtools.LeadPoint SecondPoint {get; set;} 
@property (nonatomic, assign) LeadPoint secondPoint 
public LeadPoint getSecondPoint() 
public void setSecondPoint(LeadPoint value) 
             
 <br/>get_SecondPoint();<br/>set_SecondPoint(value);<br/>Object.defineProperty('SecondPoint');  
public: 
property Leadtools.LeadPoint SecondPoint { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

The end point for the line.

Example

Refer to LineProfileCommand.

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.Color Assembly