LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

MaximumRadius Property






Gets or sets a value that represents the maximum dot size, in pixels. .NET support WinRT support Silverlight support
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;}
 get_MaximumRadius();
set_MaximumRadius(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorHalftoneCommand Class
ColorHalftoneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.