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

Inflate Property






Gets or sets a value used to expand the resulting image. .NET support
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);
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: 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.