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

FirstPoint Property






Gets or sets the starting point for the line. .NET support WinRT support Silverlight support
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;}
 get_FirstPoint();
set_FirstPoint(value);
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: 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.