Rotates this RasterImage by changing its ViewPerspective.
public void RotateViewPerspective(
int degrees
)
Public Sub RotateViewPerspective( _
ByVal degrees As Integer _
)
public void RotateViewPerspective(
int degrees
)
- (BOOL)rotateViewPerspective:(NSInteger)degrees error:(NSError **)error
public void rotateViewPerspective(int degrees)
function Leadtools.RasterImage.RotateViewPerspective(
degrees
)
public:
void RotateViewPerspective(
int degrees
)
degrees
Degrees of rotation. Valid values +-90, +-180, +-270, or +-360. Positive values are clockwise; negative values are counterclockwise.
((Document/Medical only) only).
This method achieves fast rotation by changing only the ViewPerspective.
After using this method, you can reverse the result by restoring the original ViewPerspective.
Some methods must account for the view perspective. For more information refer to Accounting for View Perspective.
For more information, refer to Introduction to Image Processing With LEADTOOLS.
For an example, refer to Changed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET