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

CornerPoints Property






Array of Leadtools.LeadPoint values that determine the new locations of image corners. .NET support WinRT support
Syntax
public LeadPoint[] CornerPoints {get; set;}
'Declaration
 
Public Property CornerPoints As LeadPoint()
'Usage
 
Dim instance As PerspectiveCommand
Dim value() As LeadPoint
 
instance.CornerPoints = value
 
value = instance.CornerPoints
public LeadPoint[] CornerPoints {get; set;}
 get_CornerPoints();
set_CornerPoints(value);
public:
property array<LeadPoint>^ CornerPoints {
   array<LeadPoint>^ get();
   void set (    array<LeadPoint>^ value);
}

Property Value

Array of Leadtools.LeadPoint values that determine the new locations of image corners. It should contain four points; points at indices 0, 1, 2 and 3 determine the new locations of left-top, right-top, left-bottom and right-bottom image corners respectively. The new locations of image corners should keep the relative relation between corners: for example, the point at index 1 should be to the right of the point at index 0 and up from the point at index 3. Also, the point at index 2 should be to the left of the point at index 3 and down from the point at index 0 and so on. All new locations should be inside the image.
Example
Refer to PerspectiveCommand example.
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

PerspectiveCommand Class
PerspectiveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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