Click or drag to resize

ApiLocationToolsGetLocationBitmap Method

Gets the rendered bitmap for the current location with a specified maxmimum size

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public BitmapSource GetLocationBitmap(
	Size aMaxSize
)

Parameters

aMaxSize
Type: System.WindowsSize
The specified maximum size the bitmap is to be rendered in

Return Value

Type: BitmapSource
BitmapSource of the rendered location in the specified size
See Also