LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Length Property (FadedMaskCommand)

Show in webframe







Gets or sets a value that represents the extent of the fade.
Syntax
public int Length {get; set;}
'Declaration
 
Public Property Length As Integer
'Usage
 
Dim instance As FadedMaskCommand
Dim value As Integer
 
instance.Length = value
 
value = instance.Length
public int Length {get; set;}

            

            
 
get_Length();
set_Length(value);
Object.defineProperty('Length');
public:
property int Length {
   int get();
   void set (    int value);
}

Property Value

Value that represents the extent of the fade, 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.