C# Class RFID_Explorer.SummaryControl.TextDisplayObject

Inheritance: DisplayObject
Afficher le fichier Open project: mti-rfid/RFID_Explorer

Méthodes publiques

Свойство Type Description
ColWidth int
HeightPadding int
LabelFont System.Drawing.Font
RowHeight int
StaticLablesList TextDisplayObject[]
TitleFont System.Drawing.Font
ValueFont System.Drawing.Font
WidthPadding int

Méthodes publiques

Méthode Description
Render ( String data, Graphics buffer, RectangleF r, Brush bgBrush ) : void
RenderAll ( String values, Graphics graphics, Rectangle rect, Color fgColor, Color bgColor ) : void
ToString ( ) : string

Private Methods

Méthode Description
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

Method Details

Render() public méthode

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
Résultat void

RenderAll() public static méthode

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
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ColWidth public_oe static_oe property

public static int ColWidth
Résultat int

HeightPadding public_oe static_oe property

public static int HeightPadding
Résultat int

LabelFont public_oe static_oe property

public static Font,System.Drawing LabelFont
Résultat System.Drawing.Font

RowHeight public_oe static_oe property

public static int RowHeight
Résultat int

StaticLablesList public_oe static_oe property

public static TextDisplayObject[] StaticLablesList
Résultat TextDisplayObject[]

TitleFont public_oe static_oe property

public static Font,System.Drawing TitleFont
Résultat System.Drawing.Font

ValueFont public_oe static_oe property

public static Font,System.Drawing ValueFont
Résultat System.Drawing.Font

WidthPadding public_oe static_oe property

public static int WidthPadding
Résultat int