LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

StepSize Property

Show in webframe







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;}

            

            
 
get_StepSize();
set_StepSize(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.