Method | Description | |
---|---|---|
TwistEffect ( int amount = 45, int antialias = 2 ) : System |
Creates a new effect that will twist an image.
|
Method | Description | |
---|---|---|
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void |
protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void | ||
src | ISurface | |
dst | ISurface | |
rect | Rectangle | |
return | void |
public TwistEffect ( int amount = 45, int antialias = 2 ) : System | ||
amount | int | Amount of twist to apply. Valid range is -100 - 100. |
antialias | int | Amount of antialiasing to apply. Valid range is 0 - 5. |
return | System |