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

Show in webframe

Center Property (ShrinkWrapCommand)








Center of the rectangle or circle used to segment the object inside.
Syntax
public LeadPoint Center {get; set;}
'Declaration
 
Public Property Center As LeadPoint
'Usage
 
Dim instance As ShrinkWrapCommand
Dim value As LeadPoint
 
instance.Center = value
 
value = instance.Center
public LeadPoint Center {get; set;}
@property (nonatomic, assign) LeadPoint center
public void setCenter(LeadPoint value)
public LeadPoint getCenter()
            
 <br/>get_Center();<br/>set_Center(value);<br/>Object.defineProperty('Center'); 
public:
property LeadPoint Center {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

Any point inside the object to be segmented.
Example
Refer to the ShrinkWrapCommand example.
Requirements

Target Platforms

See Also

Reference

ShrinkWrapCommand Class
ShrinkWrapCommand Members

Error processing SSI file