Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

FirstPoint Property








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)
            
 <br/>get_FirstPoint();<br/>set_FirstPoint(value);<br/>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

Error processing SSI file