VBfx / Tile tutorial / Memory DCs

Introduction

In this tutorial we'll remove all PictureBoxes and load the pictures into memory DCs directly instead. You should always use as less controls as possible so this is your first step in optimizing your engine. Since we're already using DCs in our tile Type we can leave most parts as they are.

Tutorial parts

Navigation