C# Class Emmellsoft.IoT.Rpi.SenseHat.Fonts.SingleColor.SingleColorCharacterRendererPixelMap

Information regarding a certain pixel of a SingleColorCharacter to be rendered.
Afficher le fichier Open project: emmellsoft/RPi.SenseHat Class Usage Examples

Méthodes publiques

Свойство Type Description
CharPixelX int
CharPixelY int
Character SingleColorCharacter
DisplayOffsetX int
DisplayOffsetY int
DisplayPixelX int
DisplayPixelY int

Property Details

CharPixelX public_oe property

The X-coordinate of the pixel in regards to the character (0 .. character width-1).
public int CharPixelX
Résultat int

CharPixelY public_oe property

The Y-coordinate of the pixel in regards to the character (0 .. 7).
public int CharPixelY
Résultat int

Character public_oe property

The character to render.
public SingleColorCharacter,Emmellsoft.IoT.Rpi.SenseHat.Fonts.SingleColor Character
Résultat SingleColorCharacter

DisplayOffsetX public_oe property

The horizontal offset of the character compared to the left edge of the screen.
public int DisplayOffsetX
Résultat int

DisplayOffsetY public_oe property

The vertical offset of the character compared to the upper edge of the screen.
public int DisplayOffsetY
Résultat int

DisplayPixelX public_oe property

The X-coordinate of the display of where to draw the pixel (0 .. 7).
public int DisplayPixelX
Résultat int

DisplayPixelY public_oe property

The Y-coordinate of the display of where to draw the pixel (0 .. 7).
public int DisplayPixelY
Résultat int