728x90
반응형
[Bitmap] C# 비트맵 픽셀 처리
https://seongyun-dev.tistory.com/3
[Bitmap] C# 비트맵 픽셀 처리
1. Bitmap 픽셀 접근 메서드 Bitmap 객체는 픽셀을 편하게 읽고 쓰기 위해 다음과 같은 메서드를 제공합니다. public System.Drawing.Color GetPixel (int x, int y); // 지정된 픽셀의 색을 가져옴 public void S..
seongyun-dev.tistory.com
반응형