Jump to content

xrModder

Members
  • Posts

    16
  • Joined

  • Last visited

About xrModder

  • Birthday 08/08/1994

Profile Information

  • Gender
    Male
  • Location
    Kazakhstan

Recent Profile Visitors

561 profile views

xrModder's Achievements

Apprentice

Apprentice (3/14)

  • Collaborator
  • One Year In
  • Addicted Rare
  • Reacting Well Rare
  • First Post

Recent Badges

12

Reputation

  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...