C# 클래스 Emmellsoft.IoT.Rpi.SenseHat.Fonts.SingleColor.SingleColorCharacterRendererPixelMap

Information regarding a certain pixel of a SingleColorCharacter to be rendered.
파일 보기 프로젝트 열기: emmellsoft/RPi.SenseHat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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