DiagramWatermarkableImage constructor
init
Initializes a new instance of the DiagramWatermarkableImage
class using specified image data.
def __init__(self, image_data):
...
Parameter | Type | Description |
---|---|---|
image_data | bytes | The array of unsigned bytes from which to create the
DiagramWatermarkableImage . |