←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly