←Select platform

Radius Property

Summary

Gets or sets the width of each ring in pixels or the maximum radius.

Syntax

C#
VB
WinRT C#
C++
public int Radius { get; set; } 
  
Public Property Radius As Integer 
public int Radius {get; set;} 
  
get_Radius(); 
set_Radius(value); 
Object.defineProperty('Radius');  
public: 
property int Radius { 
   int get(); 
   void set (    int ); 
} 

Property Value

If the RingEffectCommandFlags.Radius flag is set in the Flags property, this is the width of each ring, in pixels. If the RingEffectCommandFlags.MaxRadius flag is set in the Flags property, this is the maximum radius, in pixels. In this latter case, the width of each ring is equal to ((Radius property)/ (RingCount property + 1)). Only positive values are accepted.

Example

Refer to RingEffectCommand.

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.SpecialEffects Assembly