C# rotation (transformation) issue
问题 I'm trying to create program where will be List of fishes drawn on the canvas. (Next step will be changing the place of fishes based on some calculation) Each fish is represented by bitmap (png file 7x12 px with picture of fish). I created Form on which is PictureBox which is my drawing canvas. It has size 640x480 px. In code below is simplified code I use (I cutted off all not necesary stuff). My problem is with tranformation matrix, at the moment only with rotation. Problem is in class Fish