←Select platform

MaskImage Property

Summary

Gets or sets the RasterImage object that references the mask image. The mask image is the same as original image but with colors on certain areas that need to be deleted.

Syntax
C#
VB
C++
public RasterImage MaskImage { get; set; } 
  
Public Property MaskImage As RasterImage 
public: 
property RasterImage^ MaskImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

RasterImage object that references mask image. The mask image is the same as original image but with colors on certain areas that need to be deleted. If NULL is passed, then there is no mask image.

Example

Refer to IntelligentDownScaleCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly