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

Show in webframe

MaximumRadius Property








Gets or sets a value that represents the maximum dot size, in pixels.
Syntax
public int MaximumRadius {get; set;}
'Declaration
 
Public Property MaximumRadius As Integer
'Usage
 
Dim instance As ColorHalftoneCommand
Dim value As Integer
 
instance.MaximumRadius = value
 
value = instance.MaximumRadius
public int MaximumRadius {get; set;}
@property (nonatomic, assign) NSUInteger maximumRadius
public int getMaximumRadius()
public void setMaximumRadius(int value)
            
 <br/>get_MaximumRadius();<br/>set_MaximumRadius(value);<br/>Object.defineProperty('MaximumRadius'); 
public:
property int MaximumRadius {
   int get();
   void set (    int value);
}

Property Value

Value that represents the maximum dot size. This value should not be less than 5.
Example
Refer to ColorHalftoneCommand example.
Requirements

Target Platforms

See Also

Reference

ColorHalftoneCommand Class
ColorHalftoneCommand Members

Error processing SSI file