Table of Contents

Class ManualMaskingArgs

Namespace
Aspose.Imaging.Masking.Options
Assembly
Aspose.Imaging.dll

Represents the arguments that are specified for manual masking method

public class ManualMaskingArgs : IMaskingArgs
Inheritance
ManualMaskingArgs
Implements
Inherited Members

Constructors

ManualMaskingArgs()

public ManualMaskingArgs()
See Also

Properties

Mask

Gets or sets the set of graphic shapes that form mask.

public GraphicsPath Mask { get; set; }

Property Value

GraphicsPath

The mask.

See Also

See Also