←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) 
get_MaximumRadius(); 
set_MaximumRadius(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize