메소드 | 설명 | |
---|---|---|
RadialBlurEffect ( double angle = 2, PointD offset = newPointD(), int quality = 2 ) : System |
Creates a new effect that will apply a radial blur to an image.
|
메소드 | 설명 | |
---|---|---|
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void |
메소드 | 설명 | |
---|---|---|
Rotate ( int &fx, int &fy, int fr ) : void |
public RadialBlurEffect ( double angle = 2, PointD offset = newPointD(), int quality = 2 ) : System | ||
angle | double | Angle of the blur. |
offset | PointD | Center point of the blur. |
quality | int | Quality of the radial blur. Valid range is 1 - 5. |
리턴 | System |
protected RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void | ||
src | ISurface | |
dst | ISurface | |
rect | Rectangle | |
리턴 | void |