What primary axis EditableImage has?

EditableImage has function :WritePixels(start, size, pixels) While first 2 are easy to understand, I got question about third: what order I need for pixels?
image
X: Primary, when reached end Y increases by 1
image
Y: Primary, when reached end X increases by 1
What way WritePixels() works?

1 Like