C# 클래스 Umbraco.FileSystemPicker.Controllers.FileSystemThumbnailApiController

상속: Umbraco.Web.WebApi.UmbracoAuthorizedApiController
파일 보기 프로젝트 열기: scyllagroup/UmbracoFlare

공개 메소드들

메소드 설명
GetThumbnail ( string imagePath, int width ) : HttpResponseMessage
ResizeKeepAspect ( Size CurrentDimensions, int maxWidth, int maxHeight ) : Size

메소드 상세

GetThumbnail() 공개 메소드

public GetThumbnail ( string imagePath, int width ) : HttpResponseMessage
imagePath string
width int
리턴 System.Net.Http.HttpResponseMessage

ResizeKeepAspect() 공개 정적인 메소드

public static ResizeKeepAspect ( Size CurrentDimensions, int maxWidth, int maxHeight ) : Size
CurrentDimensions System.Drawing.Size
maxWidth int
maxHeight int
리턴 System.Drawing.Size