Click or drag to resize

ApiSessionCreateBrushFromStream Method

Create a brush from an image that can be access from a stream object

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public Brush CreateBrushFromStream(
	Stream aImageStream
)

Parameters

aImageStream
Type: System.IOStream
The stream to read the image from

Return Value

Type: Brush
See Also