메소드 | 설명 | |
---|---|---|
RotateBicubic ( double angle ) : System |
Initializes a new instance of the RotateBicubic class. This constructor sets BaseRotateFilter.KeepSize property to |
|
RotateBicubic ( double angle, bool keepSize ) : System |
Initializes a new instance of the RotateBicubic class.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
리턴 | void |
public RotateBicubic ( double angle ) : System | ||
angle | double | Rotation angle. |
리턴 | System |
public RotateBicubic ( double angle, bool keepSize ) : System | ||
angle | double | Rotation angle. |
keepSize | bool | Keep image size or not. |
리턴 | System |