C# Class MinorShift.Emuera.GameView.ConsoleImagePart

Inheritance: MinorShift.Emuera.GameView.AConsoleDisplayPart
Show file Open project: xerysherry/uEmuera

Public Properties

Property Type Description
ButtonResourceName string
ResourceName string

Public Methods

Method 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 method

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
return MinorShift._Library

DrawTo() public method

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

GDIDrawTo() public method

public GDIDrawTo ( int pointY, bool isSelecting, bool isBackLog ) : void
pointY int
isSelecting bool
isBackLog bool
return void

SetWidth() public method

public SetWidth ( MinorShift.Emuera.GameView.StringMeasure sm, float subPixel ) : void
sm MinorShift.Emuera.GameView.StringMeasure
subPixel float
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

ButtonResourceName public property

public string ButtonResourceName
return string

ResourceName public property

public string ResourceName
return string