C# Class MinorShift.Emuera.GameView.ConsoleImagePart

Inheritance: MinorShift.Emuera.GameView.AConsoleDisplayPart
Afficher le fichier Open project: xerysherry/uEmuera

Méthodes publiques

Свойство Type Description
ButtonResourceName string
ResourceName string

Méthodes publiques

Méthode Description
ConsoleImagePart ( string resName, string resNameb, int raw_height, int raw_width, int raw_ypos ) : MinorShift._Library
DrawTo ( Graphics graph, int pointY, bool isSelecting, bool isBackLog, TextDrawingMode mode ) : void
GDIDrawTo ( int pointY, bool isSelecting, bool isBackLog ) : void
SetWidth ( MinorShift.Emuera.GameView.StringMeasure sm, float subPixel ) : void
ToString ( ) : string

Method Details

ConsoleImagePart() public méthode

public ConsoleImagePart ( string resName, string resNameb, int raw_height, int raw_width, int raw_ypos ) : MinorShift._Library
resName string
resNameb string
raw_height int
raw_width int
raw_ypos int
Résultat MinorShift._Library

DrawTo() public méthode

public DrawTo ( Graphics graph, int pointY, bool isSelecting, bool isBackLog, TextDrawingMode mode ) : void
graph Graphics
pointY int
isSelecting bool
isBackLog bool
mode TextDrawingMode
Résultat void

GDIDrawTo() public méthode

public GDIDrawTo ( int pointY, bool isSelecting, bool isBackLog ) : void
pointY int
isSelecting bool
isBackLog bool
Résultat void

SetWidth() public méthode

public SetWidth ( MinorShift.Emuera.GameView.StringMeasure sm, float subPixel ) : void
sm MinorShift.Emuera.GameView.StringMeasure
subPixel float
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ButtonResourceName public_oe property

public string ButtonResourceName
Résultat string

ResourceName public_oe property

public string ResourceName
Résultat string