←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly