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

Show in webframe

SecondPoint Property








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)
            
 <br/>get_SecondPoint();<br/>set_SecondPoint(value);<br/>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

Error processing SSI file