←Select platform

MaskImage Property

Summary

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

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 the mask image.

Example

Refer to FrequencyFilterMaskCommand()

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly