Method | Description | |
---|---|---|
FrostedGlassEffect ( int amount = 1 ) : System |
Creates a new effect that applies a frosted glass look to an image.
|
Method | Description | |
---|---|---|
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void |
public FrostedGlassEffect ( int amount = 1 ) : System | ||
amount | int | Amount of effect to apply. Valid range is 1 - 10. |
return | System |
protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void | ||
src | ISurface | |
dst | ISurface | |
rect | Rectangle | |
return | void |