←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
WinRT C#
C++
public RasterImage MaskImage { get; set; } 
  
Public Property MaskImage As Leadtools.RasterImage 
public Leadtools.RasterImage MaskImage {get; set;} 
  
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 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly