C# 클래스 SoundInTheory.DynamicImage.Filters.OuterGlowFilter
파일 보기
프로젝트 열기: sitdap/dynamic-image
보호된 메소드들
메소드 |
설명 |
|
ApplyFilter ( FastBitmap source, System.Windows.Media.DrawingContext dc, int width, int height ) : void |
|
|
GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect |
|
|
GetPadding ( ) : System.Windows.Vector |
|
|
메소드 상세
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 |
|
protected GetEffect ( FastBitmap source ) : System.Windows.Media.Effects.Effect |
source |
SoundInTheory.DynamicImage.Util.FastBitmap |
|
리턴 |
System.Windows.Media.Effects.Effect |
|
protected GetPadding ( ) : System.Windows.Vector |
리턴 |
System.Windows.Vector |
|