←Select platform

SpreadAmount Property

Summary

Gets or sets the value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels.

Syntax

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

Property Value

Value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels. Possible values range from 0 - 1000. A value of 0 indicates none of the glow is diffused, whereas a value of 1000 indicates maximum diffusion.

Example

Refer to DiffuseGlowCommand 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.SpecialEffects Assembly