LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SecondPoint Property
See Also 



Gets or sets the end point for the line. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property SecondPoint As LeadPoint
Visual Basic (Usage)Copy Code
Dim instance As LineProfileCommand
Dim value As LeadPoint
 
instance.SecondPoint = value
 
value = instance.SecondPoint
C# 
public LeadPoint SecondPoint {get; set;}
C++/CLI 
public:
property LeadPoint SecondPoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

The end point for the line.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also