LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

SecondPoint Property

Show in webframe







Gets or sets the end point for the line.
Syntax
public LeadPoint SecondPoint {get; set;}
'Declaration
 
Public Property SecondPoint As LeadPoint
'Usage
 
Dim instance As LineProfileCommand
Dim value As LeadPoint
 
instance.SecondPoint = value
 
value = instance.SecondPoint
public LeadPoint SecondPoint {get; set;}
@property (nonatomic, assign) LeadPoint secondPoint;
public LeadPoint getSecondPoint()
public void setSecondPoint(LeadPoint value)
            
 
get_SecondPoint();
set_SecondPoint(value);
Object.defineProperty('SecondPoint');
public:
property LeadPoint SecondPoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

The end point for the line.
Example
Refer to LineProfileCommand.
Requirements

Target Platforms

See Also

Reference

LineProfileCommand Class
LineProfileCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.