←Select platform

Inflate Property

Summary

Gets or sets a value used to expand the resulting image.

Syntax
C#
VB
C++
public int Inflate { get; set; } 
Public Property Inflate As Integer 
public: 
property int Inflate { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly