Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

CenterPoint Property (PunchCommand)








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

Error processing SSI file