LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Roundness Property

Show in webframe







This property is updated with the object's roundness (compactness).
Syntax
public int Roundness {get;}
'Declaration
 
Public ReadOnly Property Roundness As Integer
'Usage
 
Dim instance As ObjectInformationCommand
Dim value As Integer
 
value = instance.Roundness
public int Roundness {get;}
@property (nonatomic, assign, readonly) unsigned int 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

See Also

Reference

ObjectInformationCommand Class
ObjectInformationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.