Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

FeatherAlphaBlendCommand Constructor()








Initializes a new FeatherAlphaBlendCommand class object with default parameters.
Syntax
public FeatherAlphaBlendCommand()
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New FeatherAlphaBlendCommand()
public FeatherAlphaBlendCommand()
- (instancetype)init
public FeatherAlphaBlendCommand()
function FeatherAlphaBlendCommand()
public:
FeatherAlphaBlendCommand();
Remarks
The default parameters values are:
sourceImage null
maskImage null
destinationRectangle LeadRect(0, 0, 100, 100)
sourcePoint LeadPoint(0, 100)
maskSourcePoint LeadPoint(0, 0)
Example
Refer to FeatherAlphaBlendCommand class.
Requirements

Target Platforms

See Also

Reference

FeatherAlphaBlendCommand Class
FeatherAlphaBlendCommand Members
Overload List

Error processing SSI file