- request
- A DataContractAttribute containing the data that will be used in this IImageProcessingService.Rotate operation.
Visual Basic (Declaration) | |
---|---|
<FaultContractAttribute(DetailType=Leadtools.Services.Raster.FaultContracts.RasterFault, Action="", Name="", Namespace="", HasProtectionLevel=False)> <OperationContractAttribute("Rotate")> Overridable Function Rotate( _ ByVal request As RotateRequest _ ) As CommandResponse |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FaultContractAttribute(DetailType=Leadtools.Services.Raster.FaultContracts.RasterFault, Action="", Name="", Namespace="", HasProtectionLevel=false)] [OperationContractAttribute("Rotate")] virtual CommandResponse Rotate( RotateRequest request ) |
C++/CLI | |
---|---|
[FaultContractAttribute(DetailType=Leadtools.Services.Raster.FaultContracts.RasterFault, Action="", Name="", Namespace="", HasProtectionLevel=false)] [OperationContractAttribute("Rotate")] virtual CommandResponse Rotate( RotateRequest request ) |
Parameters
- request
- A DataContractAttribute containing the data that will be used in this IImageProcessingService.Rotate operation.
Return Value
A DataContractAttribute containing the modified image resulting from the Rotate operation.
Visual Basic | Copy Code |
---|---|
Public Sub RotateExample() |
C# | Copy Code |
---|---|
public void RotateExample() |
This operation has the following features:
It uses the center of the image as the center of rotation. It can rotate the image clockwise or counterclockwise up to 360 degrees in 100th of a degree increments. It can resize the image to accommodate the rotated height and width, or it can retain the original height and width, cropping the image as necessary. It uses FillColor as the background color to fill any new area created by the rotation.
RotateCommandFlags.Resample and RotateCommandFlags.Bicubic can be combined with RotateCommandFlags.Resize, but they can not be combined with each other.
If RotateCommandFlags.Resize is set, then the image is resized. Otherwise, the image is cropped.
Interpolation can be done while rotating certain images. This produces superior output, eliminating the jaggedness occurring when rotating images at angles that are not multiples of 90. (ie when RotateRequest.Angle is not a multiple of 9000).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family