Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Roundness Property








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) 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

See Also

Reference

ObjectInformationCommand Class
ObjectInformationCommand Members

Error processing SSI file