Метод | Описание | |
---|---|---|
MotionBlurEffect ( double angle = 25, int distance = 10, bool centered = true ) : System |
Creates a new effect that will apply a motion blur to an image.
|
Метод | Описание | |
---|---|---|
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void |
public MotionBlurEffect ( double angle = 25, int distance = 10, bool centered = true ) : System | ||
angle | double | Angle of the motion blur. |
distance | int | Distance to apply the blur. Valid range is 1 - 200. |
centered | bool | Whether the blur is centered. |
Результат | System |
protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void | ||
src | ISurface | |
dst | ISurface | |
rect | Rectangle | |
Результат | void |