←Select platform

Center Property (ShrinkWrapCommand)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Leadtools.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() 
get_Center(); 
set_Center(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize