Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 자바스크립트
- xe
- 안드로이드 푸쉬
- 자동 생성
- php 취약점
- 폼메일
- Mail Server
- dovecot
- roundcube
- not working
- WebView
- UML
- 안드로이드 푸시
- javascript
- PHP
- chart.js
- curl
- Android
- 설치
- php 시큐어코딩
- 안드로이드 gcm
- C#
- android 효과음
- 우분투
- html5
- 안드로이드
- soundpool
- FCM
- mysql
- C# IO
Archives
- Today
- Total
목록c# 이미지 반투명 (1)
그러냐
c# 이미지 반투명
http://blog.naver.com/doghole/100131749210 Image img = Image.FromFile("이미지있는곳/이미지.ico"); ------------------------------------------------------------------< 멀쩡한 이미지 using (Graphics g = Graphics.FromImage(img)) { Color 반투명파랑 = Color.FromArgb(100, Color.Blue); SolidBrush brush = new SolidBrush(반투명파랑); g.FillRectangle(brush, 0, 0, img.Width, img.Height); brush.Dispose(); } -------------------------..
c#
2016. 1. 28. 11:24