Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

StepSize Property








Gets or sets a value that represents the step size at which the color will change.
Syntax
public int StepSize {get; set;}
'Declaration
 
Public Property StepSize As Integer
'Usage
 
Dim instance As FadedMaskCommand
Dim value As Integer
 
instance.StepSize = value
 
value = instance.StepSize
public int StepSize {get; set;}
 <br/>get_StepSize();<br/>set_StepSize(value);<br/>Object.defineProperty('StepSize'); 
public:
property int StepSize {
   int get();
   void set (    int value);
}

Property Value

Step size at which the color will change. This value is in pixels.
Example
Refer to FeatherAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

FadedMaskCommand Class
FadedMaskCommand Members

Error processing SSI file