Method | Description | |
---|---|---|
RotateNearestNeighbor ( double angle ) : System |
Initializes a new instance of the RotateNearestNeighbor class. This constructor sets BaseRotateFilter.KeepSize property to |
|
RotateNearestNeighbor ( double angle, bool keepSize ) : System |
Initializes a new instance of the RotateNearestNeighbor class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
ProcessFilter16bpc ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
ProcessFilter8bpc ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |
public RotateNearestNeighbor ( double angle ) : System | ||
angle | double | Rotation angle. |
return | System |
public RotateNearestNeighbor ( double angle, bool keepSize ) : System | ||
angle | double | Rotation angle. |
keepSize | bool | Keep image size or not. |
return | System |