←Select platform

Roundness Property

Summary

This property is updated with the object's roundness (compactness).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Roundness { get; } 
Public ReadOnly Property Roundness As Integer 
public int Roundness {get;} 
@property (nonatomic, assign, readonly) NSUInteger roundness 
public int getRoundness() 
 get_Roundness();  
public: 
property int Roundness { 
   int get(); 
} 

Property Value

A property to be updated with the object's roundness (compactness). This ratio will be 0 for a line and 100 for a circle.

Example

Refer to ObjectInformationCommand.

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.Effects Assembly