←Select platform

MaskImage Property

Summary

Gets or sets the RasterImage object that references the fade mask.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage MaskImage { get; set; } 
Public Property MaskImage As RasterImage 
@property (nonatomic, strong, nullable) LTRasterImage *maskImage 
public RasterImage getMaskImage() 
public void setMaskImage(RasterImage value) 
public: 
property RasterImage^ MaskImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

RasterImage object that references the fade mask. If you want to combine the two images with opacity only, set this property to null.

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