WarpSettings Class
Contents
[
Hide
]Summary: Parameters of layer with warp
Module: aspose.psd.fileformats.psd.layers.warp
Full Name: aspose.psd.fileformats.psd.layers.warp.WarpSettings
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| WarpSettings(placed_resource) | Initializes a new instance of the WarpSettings class. |
| WarpSettings(warp_items, bounds) | Initializes a new instance of the WarpSettings class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bounds | Rectangle | r | Gets or sets bounds of warp image |
| mesh_points | Point[] | r/w | Photoshop mesh points |
| rotate | WarpRotates | r/w | Gets or sets rotate value |
| style | WarpStyles | r/w | Gets or sets style of warp |
| value | double | r/w | Gets or sets value of warp |
Constructor: WarpSettings(placed_resource)
WarpSettings(placed_resource)
Initializes a new instance of the WarpSettings class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| placed_resource | PlacedResource | The resource with warp settings |
Constructor: WarpSettings(warp_items, bounds)
WarpSettings(warp_items, bounds)
Initializes a new instance of the WarpSettings class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| warp_items | OSTypeStructure[] | PS items with warp settings |
| bounds | Rectangle | The bounds of warp image |