Table of Contents

Class GraphicsExtensions

Namespace
IoT.Device.Graphics
Assembly
Iot.Device.CharacterLcd.dll

Graphics Extensions for nanoFramework

public static class GraphicsExtensions
Inheritance
GraphicsExtensions

Methods

TryGetValue(Hashtable, int, out int)

Tries to get the value from an integer

public static bool TryGetValue(this Hashtable table, int character, out int index)

Parameters

table Hashtable

The table

character int

The character

index int

The index

Returns

bool

True or False