LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

CenterPoint Property (PunchCommand)

Show in webframe







Point structure that contains the point around which the image will be pinched or punched.
Syntax
public LeadPoint CenterPoint {get; set;}
'Declaration
 
Public Property CenterPoint As LeadPoint
'Usage
 
Dim instance As PunchCommand
Dim value As LeadPoint
 
instance.CenterPoint = value
 
value = instance.CenterPoint
public LeadPoint CenterPoint {get; set;}

            

            
 
get_CenterPoint();
set_CenterPoint(value);
Object.defineProperty('CenterPoint');
public:
property LeadPoint CenterPoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

The point around which the image will be pinched or punched.
Example
Refer to PunchCommand.
Requirements

Target Platforms

See Also

Reference

PunchCommand Class
PunchCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.