C# 클래스 RFID_Explorer.SummaryControl.TextDisplayObject

상속: DisplayObject
파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer

공개 프로퍼티들

프로퍼티 타입 설명
ColWidth int
HeightPadding int
LabelFont System.Drawing.Font
RowHeight int
StaticLablesList TextDisplayObject[]
TitleFont System.Drawing.Font
ValueFont System.Drawing.Font
WidthPadding int

공개 메소드들

메소드 설명
Render ( String data, Graphics buffer, RectangleF r, Brush bgBrush ) : void
RenderAll ( String values, Graphics graphics, Rectangle rect, Color fgColor, Color bgColor ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
TextDisplayObject ( ) : System
TextDisplayObject ( DisplayObjectID ID, String label, Font font, float row, float col ) : System
TextDisplayObject ( DisplayObjectID ID, String label, Font font, float row, float col, StringAlignment alignment ) : System
TextDisplayObject ( DisplayObjectID ID, int index, Font font, float row, float col ) : System

메소드 상세

Render() 공개 메소드

public Render ( String data, Graphics buffer, RectangleF r, Brush bgBrush ) : void
data String
buffer System.Drawing.Graphics
r System.Drawing.RectangleF
bgBrush System.Drawing.Brush
리턴 void

RenderAll() 공개 정적인 메소드

public static RenderAll ( String values, Graphics graphics, Rectangle rect, Color fgColor, Color bgColor ) : void
values String
graphics System.Drawing.Graphics
rect System.Drawing.Rectangle
fgColor Color
bgColor Color
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ColWidth 공개적으로 정적으로 프로퍼티

public static int ColWidth
리턴 int

HeightPadding 공개적으로 정적으로 프로퍼티

public static int HeightPadding
리턴 int

LabelFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing LabelFont
리턴 System.Drawing.Font

RowHeight 공개적으로 정적으로 프로퍼티

public static int RowHeight
리턴 int

StaticLablesList 공개적으로 정적으로 프로퍼티

public static TextDisplayObject[] StaticLablesList
리턴 TextDisplayObject[]

TitleFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing TitleFont
리턴 System.Drawing.Font

ValueFont 공개적으로 정적으로 프로퍼티

public static Font,System.Drawing ValueFont
리턴 System.Drawing.Font

WidthPadding 공개적으로 정적으로 프로퍼티

public static int WidthPadding
리턴 int