C# Класс Emmellsoft.IoT.Rpi.SenseHat.Fonts.SingleColor.SingleColorCharacterRendererPixelMap

Information regarding a certain pixel of a SingleColorCharacter to be rendered.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CharPixelX int
CharPixelY int
Character SingleColorCharacter
DisplayOffsetX int
DisplayOffsetY int
DisplayPixelX int
DisplayPixelY int

Описание свойств

CharPixelX публичное свойство

The X-coordinate of the pixel in regards to the character (0 .. character width-1).
public int CharPixelX
Результат int

CharPixelY публичное свойство

The Y-coordinate of the pixel in regards to the character (0 .. 7).
public int CharPixelY
Результат int

Character публичное свойство

The character to render.
public SingleColorCharacter,Emmellsoft.IoT.Rpi.SenseHat.Fonts.SingleColor Character
Результат SingleColorCharacter

DisplayOffsetX публичное свойство

The horizontal offset of the character compared to the left edge of the screen.
public int DisplayOffsetX
Результат int

DisplayOffsetY публичное свойство

The vertical offset of the character compared to the upper edge of the screen.
public int DisplayOffsetY
Результат int

DisplayPixelX публичное свойство

The X-coordinate of the display of where to draw the pixel (0 .. 7).
public int DisplayPixelX
Результат int

DisplayPixelY публичное свойство

The Y-coordinate of the display of where to draw the pixel (0 .. 7).
public int DisplayPixelY
Результат int