IDrawingFactory.CreateTextureBrush

IDrawingFactory.CreateTextureBrush method

Creates a texture brush with the specified parameters.

public ITextureBrush CreateTextureBrush(byte[] imageBytes)
ParameterTypeDescription
imageBytesByte[]The byte array containing the image data.

Return Value

The created ITextureBrush.

See Also