←Select platform

FirstPoint Property

Summary

Gets or sets the starting point for the line.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint FirstPoint { get; set; } 
Public Property FirstPoint As LeadPoint 
@property (nonatomic, assign) LeadPoint firstPoint 
public LeadPoint getFirstPoint() 
public void setFirstPoint(LeadPoint value) 
public: 
property LeadPoint FirstPoint { 
   LeadPoint get(); 
   void set (    LeadPoint ); 
} 

Property Value

The starting point for the line.

Example

Refer to LineProfileCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Color Assembly