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

Show in webframe

Radius Property (ShrinkWrapCommand)








Radius of the rectangle/circle specified by the user.
Syntax
public int Radius {get; set;}
'Declaration
 
Public Property Radius As Integer
'Usage
 
Dim instance As ShrinkWrapCommand
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius
public int Radius {get; set;}
@property (nonatomic, assign) NSInteger radius
public void setRadius(int value)
public int getRadius()
            
 <br/>get_Radius();<br/>set_Radius(value);<br/>Object.defineProperty('Radius'); 
public:
property int Radius {
   int get();
   void set (    int value);
}

Property Value

Should not exceed the length of the image diagonal.
Example
Refer to the ShrinkWrapCommand example.
Requirements

Target Platforms

See Also

Reference

ShrinkWrapCommand Class
ShrinkWrapCommand Members

Error processing SSI file