←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
C++
public int SpreadAmount { get; set; } 
  
Public Property SpreadAmount As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly