←Select platform

Roundness Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int Roundness { get; } 
Public ReadOnly Property Roundness As Integer 
@property (nonatomic, assign, readonly) NSUInteger roundness 
public int getRoundness() 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly