Table of Contents

Constructor BitmapToBraille

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll

BitmapToBraille(int, int, Func<int, int, bool>)

Renders an image as unicode Braille.

public BitmapToBraille(int widthPixels, int heightPixels, Func<int, int, bool> pixelIsLit)

Parameters

widthPixels int
heightPixels int
pixelIsLit Func<int, int, bool>