LayerMaskDataFullUserMaskRectangle Property
Gets or sets the user mask (enclosing) rectangle in the PSD image layer..

Namespace: Aspose.PSD.FileFormats.Psd.Layers
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public Rectangle UserMaskRectangle { get; set; }

Property Value

Type: Rectangle
The user mask Rectangle.
See Also