Namespace: DrenchAssembly: Drench (in Drench.exe) Version: 1.1.1.0 (1.1.1)
public Color GetColor(
int x,
int y
)
public Color GetColor(
int x,
int y
)
Public Function GetColor (
x As Integer,
y As Integer
) As Color
Public Function GetColor (
x As Integer,
y As Integer
) As Color
public:
Color GetColor(
int x,
int y
)
public:
Color GetColor(
int x,
int y
)
member GetColor :
x : int *
y : int -> Color
member GetColor :
x : int *
y : int -> Color
Return Value
Type:
Color