TextureBrush class
Leave feedback
On this page
Represents texture brush.
Inheritance: TextureBrush →
Brush
The TextureBrush type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the TextureBrush class with default values. |
| init | Initializes a new instance of the TextureBrush class with image file. |
| init | Initializes a new instance of the TextureBrush class with image stream option. |
| Property | Description |
|---|---|
| image_file_path | Gets or sets the texture image file path.
This property is used only if ImageStream is not specified. |
| image_stream | Gets or sets the texture image stream.
If this property is specified it is always used instead ImageFilePath. |
- module
groupdocs.signature.domain.extensions - class
Brush - class
TextureBrush
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.