제목 : ThumbNail.ascx
글번호:
|
|
286
|
작성자:
|
|
레드플러스
|
작성일:
|
|
2008/07/10 오후 2:35:00
|
조회수:
|
|
4624
|
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ThumbNail.ascx.cs" Inherits="Photo_ThumbNailControl" %>
<div>
ThumbNail.ascx는 UI가 없는 페이지<br />
<br />
ThumbNail.aspx?FileName={0}&Width={1}&Height={2} 식으로 넘겨온다면,<br />
{0} : 이미지명<br />
{1} : 가로 길이<br />
{2} : 세로 길이<br />
* 가로와 세로의 비율에 맞게 썸네일(축소판) 이미지 생성하는 기능
</div>