public uint GetPixel(int x, int y) { int offset = y * _width + x; return(CPP.ReturnUInt("$px[offset]")); }
public static uint ValueOf(String s, int radix = 10) { return(CPP.ReturnUInt("$check(s)->$value()->toUInt(nullptr, radix)")); }