Метод | Описание | |
---|---|---|
ZoomBlurEffect ( int amount = 10, System.Point offset = newPoint() ) : System |
Creates a new effect that will apply a zoom blur.
|
Метод | Описание | |
---|---|---|
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void |
protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void | ||
src | ISurface | |
dst | ISurface | |
rect | Rectangle | |
Результат | void |
public ZoomBlurEffect ( int amount = 10, System.Point offset = newPoint() ) : System | ||
amount | int | Amount of zoom to apply. Valid values are 0 - 200. |
offset | System.Point | Origin point of the zoom blur. |
Результат | System |