←Select platform

SecondPoint Property

Summary
Gets or sets the end point for the line.
Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint SecondPoint { get; set; } 
Public Property SecondPoint As LeadPoint 
@property (nonatomic, assign) LeadPoint secondPoint 
public LeadPoint getSecondPoint() 
public void setSecondPoint(LeadPoint value) 
public: 
property LeadPoint SecondPoint { 
   LeadPoint get(); 
   void set (    LeadPoint ); 
} 

Property Value

The end point for the line.

Example

Refer to LineProfileCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.