일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- wpf
- inheritance
- Encapusulation
- mfc
- UNO
- aduino
- public
- APP
- java
- SERIAL
- parameter
- compare
- atmega328
- Android
- flutter
- memory
- Binary
- length
- Class
- Unity
- preprocessing
- Overloading
- stream
- Barcode
- digitalRead
- sensor
- Contour
- Pointer
- Read
- file access
Archives
- Today
- Total
목록cacheoption (1)
폴크(FOLC)
C# 테크닉 - 스크린 캡쳐 (Bitmap)
# 현재 모니터 화면에서 특정한 영역의 정보를 이미지 파일로 저장 > Bitmap 형태를 이용 # WPF 에서 Bitmap 을 기본으로 제공하지 않기에 참조에서 dll 을 추가한다. > 솔루션에서 참조 마우스 오른쪽 "참조 추가" 선택 # 소스 코드 using System.IO; using System.Windows; using System.Windows.Media.Imaging; using System.Drawing; using System.Drawing.Imaging; public class ScreenCapture { BitmapImage m_bitmapimage = new BitmapImage(); public void CaptureFullscreen() { // 주화면의 크기 정보 읽기 int ..
C#, WF, WPF(.NET)/C#, WF, WPF(.NET) 테크닉
2021. 12. 10. 22:45