←Select platform

MaximumRadius Property

Summary

Gets or sets a value that represents the maximum dot size, in pixels.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MaximumRadius { get; set; } 
Public Property MaximumRadius As Integer 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly