←Select platform

Center Property

Summary

Center of the rectangle or circle used to segment the object inside.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPoint Center { get; set; } 
Public Property Center As Leadtools.LeadPoint 
public Leadtools.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 Leadtools.LeadPoint Center { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

Any point inside the object to be segmented.

Example

Refer to the ShrinkWrapCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly