본문 바로가기

Development/WebApp

[Flex] Image의 실제 사이즈 구하기( width, height )

728x90


//width 넓이
image.contentWidth

//height 높이
image.contentHeight
반응형