C# 클래스 SoundInTheory.DynamicImage.DynamicImageComposition

상속: Composition
파일 보기 프로젝트 열기: sitdap/dynamic-image

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DynamicImageComposition ( ) : System

보호된 메소드들

메소드 설명
CreateImage ( ) : Image
GetCacheKey ( ) : string
PopulateDependencies ( List dependencies ) : void
ValidateParameters ( ) : void

메소드 상세

CreateImage() 보호된 메소드

protected CreateImage ( ) : Image
리턴 Image

DynamicImageComposition() 공개 메소드

public DynamicImageComposition ( ) : System
리턴 System

GetCacheKey() 보호된 메소드

protected GetCacheKey ( ) : string
리턴 string

PopulateDependencies() 보호된 메소드

protected PopulateDependencies ( List dependencies ) : void
dependencies List
리턴 void

ValidateParameters() 보호된 메소드

protected ValidateParameters ( ) : void
리턴 void