LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

SecondPoint Property






Gets or sets the end point for the line. .NET support WinRT support Silverlight support
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;}
 get_SecondPoint();
set_SecondPoint(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LineProfileCommand Class
LineProfileCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.