C# (CSharp) CrystalMpq.DataFormats Surface.CopyToArgb - 3 примера найдено. Это лучшие примеры C# (CSharp) кода для CrystalMpq.DataFormats.Surface.CopyToArgb, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Copies the contents of the surface to a buffer of same dimensions.
The destination buffer should use the ARGB format represented by ArgbColor. Some basic checks will be done to disallow invalid buffer informations. However, it is the responsibility of the caller to provide a valid destination buffer.
The dimensions of the buffer specified by do not match those of the surface. The stride in does not match the width.