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

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

Public Properties

Property Type Description
CharPixelX int
CharPixelY int
Character SingleColorCharacter
DisplayOffsetX int
DisplayOffsetY int
DisplayPixelX int
DisplayPixelY int

Property Details

CharPixelX public property

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

CharPixelY public property

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

Character public property

The character to render.
public SingleColorCharacter,Emmellsoft.IoT.Rpi.SenseHat.Fonts.SingleColor Character
return SingleColorCharacter

DisplayOffsetX public property

The horizontal offset of the character compared to the left edge of the screen.
public int DisplayOffsetX
return int

DisplayOffsetY public property

The vertical offset of the character compared to the upper edge of the screen.
public int DisplayOffsetY
return int

DisplayPixelX public property

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

DisplayPixelY public property

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