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

Information regarding a certain pixel of a SingleColorCharacter to be rendered.
Mostrar archivo 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_oe property

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

CharPixelY public_oe property

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

Character public_oe property

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

DisplayOffsetX public_oe property

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

DisplayOffsetY public_oe property

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

DisplayPixelX public_oe property

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

DisplayPixelY public_oe property

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