본문 바로가기

ALL ABOUT ME

검색하기
ALL ABOUT ME
프로필사진 threeword

  • All (97)
    • Diary (4)
    • Life (33)
    • Lab (56)
    • Works (2)
Guestbook
Notice
  • 눈물(?)의 스킨 강제 변경
  • threeword package 사이트 오픈!!
Recent Posts
Recent Comments
Link
  • GitHub
  • GitHub - Framer Modules
  • Facebook
  • Twitter
  • Google+
«   2025/06   »
일 월 화 수 목 금 토
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
  • ubuntu touch
  • TweenMax
  • os x
  • red5
  • Lifefilm
  • Alpha
  • FLVPlayback
  • FlashDevelop
  • Movieplayer
  • flashplayer
  • javascript
  • ios
  • SWFObject
  • debuger
  • papervision3d
  • publish setting
  • FLV Player
  • 단말 테스트
  • cocos2d-x
  • 비트맵리사이즈
  • android studio
  • fd3
  • complie
  • Demo
  • 가로
  • smoothing
  • flash
  • wireless keyboard
  • ExteranlInterface
  • Renewal
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록비트맵리사이즈 (1)

ALL ABOUT ME

Flash :: Bitmap Resize

비율로 맞추기 (가로,세로 모두 영역안에) .Variable e.currentTarget - 로더 bmp - 비트맵 container - 로드이미지 넣을 컨테이너 .Code if (e.currentTarget.width >= e.currentTarget.height) { bmp.width = container.width; bmp.height = container.width * ( e.currentTarget.height / e.currentTarget.width); }else { bmp.height = container.height; bmp.width = container.height * (e.currentTarget.width / e.currentTarget.height); } -------------..

Lab 2009. 4. 17. 17:42
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.