LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

FirstPoint Property

Show in webframe







Gets or sets the starting point for the line.
Syntax
public LeadPoint FirstPoint {get; set;}
'Declaration
 
Public Property FirstPoint As LeadPoint
'Usage
 
Dim instance As LineProfileCommand
Dim value As LeadPoint
 
instance.FirstPoint = value
 
value = instance.FirstPoint
public LeadPoint FirstPoint {get; set;}
@property (nonatomic, assign) LeadPoint firstPoint;
public LeadPoint getFirstPoint()
public void setFirstPoint(LeadPoint value)
            
 
get_FirstPoint();
set_FirstPoint(value);
Object.defineProperty('FirstPoint');
public:
property LeadPoint FirstPoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

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