create_texture_brush method

create_texture_brush

Creates a texture brush with the specified parameters.

Returns

The created ITextureBrush.

def create_texture_brush(self, image_bytes):
    ...
ParameterTypeDescription
image_bytesbytesThe byte array containing the image data.

See Also