| Visual Basic (Declaration) | |
|---|---|
Public Function New() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As New FeatherAlphaBlendCommand() | |
| C# | |
|---|---|
public FeatherAlphaBlendCommand() | |
| C++/CLI | |
|---|---|
public: FeatherAlphaBlendCommand(); | |
Refer to Leadtools.ImageProcessing.Effects.FeatherAlphaBlendCommand class.
The default parameters values are:
| sourceImage | null |
| maskImage | null |
| destinationRectangle | LeadRect(0, 0, 100, 100) |
| sourcePoint | LeadPoint(0, 100) |
| maskSourcePoint | LeadPoint(0, 0) |
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)