Click or drag to resize

consolePlatformrender Method (String, Int32, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Prikazuje prosledjeni sadrzaj na datim koordinatama

Namespace:  imbACE.Services.platform
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public override void render(
	string content,
	int x = 0,
	int y = -1
)
Request Example View Source

Parameters

content
Type: SystemString
Jednolinijski sadrzaj
x (Optional)
Type: SystemInt32
X koordinata, ako je izostavljena onda je 0
y (Optional)
Type: SystemInt32
Ako ostane -1 onda pise u trenutnom redu

Implements

IPlatformBaserender(String, Int32, Int32)
See Also