←Select platform

MaskImage Property (FeatherAlphaBlendCommand)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Leadtools.RasterImage MaskImage {get; set;}
Public Property MaskImage As Leadtools.RasterImage
public Leadtools.RasterImage MaskImage {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *maskImage
public RasterImage getMaskImage() 
public void setMaskImage(RasterImage value) 
get_MaskImage(); 
set_MaskImage(value); 
Object.defineProperty('MaskImage'); 
public: 
property Leadtools.RasterImage^ MaskImage { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize