Click or drag to resize

ApiSessionCreateBrushFromFile Method

Create a brush from an image file

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public Brush CreateBrushFromFile(
	string aFilename
)

Parameters

aFilename
Type: SystemString
the filename to read the image from. Should be a full qualified name since the current working dir is not static/known

Return Value

Type: Brush
See Also