LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Inflate Property

Show in webframe







Gets or sets a value used to expand the resulting image.
Syntax
public int Inflate {get; set;}
'Declaration
 
Public Property Inflate As Integer
'Usage
 
Dim instance As FadedMaskCommand
Dim value As Integer
 
instance.Inflate = value
 
value = instance.Inflate
public int Inflate {get; set;}

            

            
 
get_Inflate();
set_Inflate(value);
Object.defineProperty('Inflate');
public:
property int Inflate {
   int get();
   void set (    int value);
}

Property Value

Value used to expand the resulting image. This property is valid only when FadedMaskCommandFlags.FadeOutsideRegion is set in the Flag property.
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.