←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.