C# 클래스 SoundInTheory.DynamicImage.Filters.CropFilter

Crops an image. The rectangular section to crop is defined by X/Y coordinates and a size.
상속: ImageReplacementFilter
파일 보기 프로젝트 열기: sitdap/dynamic-image 1 사용 예제들

보호된 메소드들

메소드 설명
ApplyFilter ( FastBitmap source, System.Windows.Media.DrawingContext dc, int width, int height ) : void
GetDestinationDimensions ( FastBitmap source, int &width, int &height ) : bool

메소드 상세

ApplyFilter() 보호된 메소드

protected ApplyFilter ( FastBitmap source, System.Windows.Media.DrawingContext dc, int width, int height ) : void
source SoundInTheory.DynamicImage.Util.FastBitmap
dc System.Windows.Media.DrawingContext
width int
height int
리턴 void

GetDestinationDimensions() 보호된 메소드

protected GetDestinationDimensions ( FastBitmap source, int &width, int &height ) : bool
source SoundInTheory.DynamicImage.Util.FastBitmap
width int
height int
리턴 bool