C# 클래스 Disco.Services.Expressions.Extensions.ImageResultImplementations.FileMontageImageExpressionResult

상속: BaseImageExpressionResult
파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
FileMontageImageExpressionResult ( List AbsoluteFilePaths ) : System
GetImage ( int Width, int Height ) : Stream

비공개 메소드들

메소드 설명
CalculateColumnCount ( Size StageSize, SizeF ItemAverageSize, int ItemCount ) : Tuple
DoHorizontalLayout ( List Images, Graphics MontageGraphics ) : void
DoTableLayout ( List Images, Graphics MontageGraphics ) : void
DoVirticalLayout ( List Images, Graphics MontageGraphics ) : void

메소드 상세

FileMontageImageExpressionResult() 공개 메소드

public FileMontageImageExpressionResult ( List AbsoluteFilePaths ) : System
AbsoluteFilePaths List
리턴 System

GetImage() 공개 메소드

public GetImage ( int Width, int Height ) : Stream
Width int
Height int
리턴 Stream