Method | Description | |
---|---|---|
ApplyFilter ( |
Applies the filter to the specified source.
|
|
CleanUpDrawingVisual ( |
||
ConfigureDrawingVisual ( |
||
GetDestinationDimensions ( |
Returns the dimensions of the output image.
|
|
GetEffect ( |
protected ApplyFilter ( |
||
source | The source image. | |
dc | System.Windows.Media.DrawingContext | |
width | int | |
height | int | |
return | void |
protected CleanUpDrawingVisual ( |
||
source | ||
drawingVisual | System.Windows.Media.DrawingVisual | |
return | void |
protected ConfigureDrawingVisual ( |
||
source | ||
drawingVisual | System.Windows.Media.DrawingVisual | |
return | void |
protected GetDestinationDimensions ( |
||
source | The source image. | |
width | int | The desired width of the output image. |
height | int | The desired height of the output image. |
return | bool |
protected abstract GetEffect ( |
||
source | ||
return | System.Windows.Media.Effects.Effect |