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

Show in webframe

CenterPoint Property








Gets or sets a point structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.
Syntax
public LeadPoint CenterPoint {get; set;}
'Declaration
 
Public Property CenterPoint As LeadPoint
'Usage
 
Dim instance As UserFilterCommand
Dim value As LeadPoint
 
instance.CenterPoint = value
 
value = instance.CenterPoint
public LeadPoint CenterPoint {get; set;}
@property (nonatomic, assign) LeadPoint centerPoint
public LeadPoint getCenterPoint()
public void setCenterPoint(LeadPoint value)
            
 <br/>get_CenterPoint();<br/>set_CenterPoint(value);<br/>Object.defineProperty('CenterPoint'); 
public:
property LeadPoint CenterPoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

LeadPoint structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.
Example
Refer to UserFilterCommand.
Requirements

Target Platforms

See Also

Reference

UserFilterCommand Class
UserFilterCommand Members

Error processing SSI file