←Select platform

Center Property

Summary
Center of the rectangle or circle used to segment the object inside.
Syntax
C#
VB
Objective-C
C++
Java
public LeadPoint Center { get; set; } 
Public Property Center As LeadPoint 
@property (nonatomic, assign) LeadPoint center 
public void setCenter(LeadPoint value) 
public LeadPoint getCenter() 
public: 
property LeadPoint Center { 
   LeadPoint get(); 
   void set (    LeadPoint ); 
} 

Property Value

Any point inside the object to be segmented.

Example

Refer to the ShrinkWrapCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.