Layer constructor
init
Initializes a new instance of the Layer class.
def __init__(self):
...
init
Initializes a new instance of the Layer class.
def __init__(self, layer_name, layer_text):
...
| Parameter | Type | Description |
|---|---|---|
| layer_name | str | Name of the layer. |
| layer_text | str | The layer text. |
See Also
- module
aspose.cad.xmp.schemas.photoshop - class
Layer