IMaskingLayer Class

Summary: Masking layer

Module: aspose.imaging.masking.result

Full Name: aspose.imaging.masking.result.IMaskingLayer

Aspose.Imaging Version: 24.5.0

Properties

NameTypeAccessDescription
object_numberintrGets the object number.

Methods

NameDescription
get_image()Provides result image.
get_mask()Gets the image mask.

Method: get_image()

 get_image() 

Provides result image.

Returns

TypeDescription
RasterImageResult image.

Method: get_mask()

 get_mask() 

Gets the image mask.

Returns

TypeDescription
RasterImageResult image mask.