Click or drag to resize

ApiSessionConvertBitmapToBrush Method

Converts a drawing bitmap (e.g. resource) to a WPF brush. The given bitmap is disposed by this call

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public Brush ConvertBitmapToBrush(
	Bitmap aBitmap
)

Parameters

aBitmap
Type: System.DrawingBitmap
the bitmap to use as source

Return Value

Type: Brush
See Also