Method | Description | |
---|---|---|
RotateBilinear ( double angle ) : System |
Initializes a new instance of the RotateBilinear class. This constructor sets BaseRotateFilter.KeepSize property to |
|
RotateBilinear ( double angle, bool keepSize ) : System |
Initializes a new instance of the RotateBilinear class.
|
Method | Description | |
---|---|---|
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. |
return | void |
public RotateBilinear ( double angle ) : System | ||
angle | double | Rotation angle. |
return | System |
public RotateBilinear ( double angle, bool keepSize ) : System | ||
angle | double | Rotation angle. |
keepSize | bool | Keep image size or not. |
return | System |