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.