←Select platform

FirstPoint Property

Summary

Gets or sets the starting point for the line.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint FirstPoint { get; set; } 
Public Property FirstPoint As Leadtools.LeadPoint 
public Leadtools.LeadPoint FirstPoint {get; set;} 
@property (nonatomic, assign) LeadPoint firstPoint 
public LeadPoint getFirstPoint() 
public void setFirstPoint(LeadPoint value) 
             
 <br/>get_FirstPoint();<br/>set_FirstPoint(value);<br/>Object.defineProperty('FirstPoint');  
public: 
property Leadtools.LeadPoint FirstPoint { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

The starting 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