TByteMap.Value

property Value[X, Y: Integer]: Byte; default;

Description

Provides coordinate-based access to stored bytes. This function does not perform any range checking of its arguments. Be sure, that the byte map is not empty and that both X and Y are in a valid range.