TextureBrush class

TextureBrush class

Represents texture brush.

Inheritance: TextureBrushBrush

The TextureBrush type exposes the following members:

Constructors

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.

Properties

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.

See Also