←Select platform

FeatherAlphaBlendCommand Constructor()

Summary

Initializes a new FeatherAlphaBlendCommand class object with default parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New() 
- (instancetype)init 
public 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

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