C# (CSharp) Pinta.Core BitVector2DSurfaceAdapter - 3 примера найдено. Это лучшие примеры C# (CSharp) кода для Pinta.Core.BitVector2DSurfaceAdapter, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Adapts a Surface class so it can be used as a two dimensional boolean array. Elements are stored compactly, such that each pixel stores 32 boolean values. However, the usable width is the same as that of the adapted surface. (in other words, a surface that is 100 pixels wide can still only store 100 booleans per row)