Jump to content

xrModder

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by xrModder

  1. How? I want to get the width and height of an image inside a loop: void Render(Surface dst, Surface src, Rectangle rect) { for (int y = rect.Top; y < rect.Bottom; y++) { if (IsCancelRequested) return; for (int x = rect.Left; x < rect.Right; x++) { ColorBgra srcPixel = src[x, y]; ColorBgra dstPixel = dst[x, y]; // Here dst[x,y] = CurrentPixel; } } }
  2. Зачем такие трудности со скачиванием плагина? Регистрация в DropBox, запрос доступа - зачем всё это? Это сверхсекретный файл?
  3. I can not download CodeLab63_ru, the link does not work.
×
×
  • Create New...