LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

StepSize Property






Gets or sets a value that represents the step size at which the color will change. .NET support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FadedMaskCommand Class
FadedMaskCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.