[x,y] tuple
# namespace Microsoft.VisualBasic.Imaging export class RasterPixel { # the x axis data X: integer; # the y axis data Y: integer; }