public void ChangeViewPerspective(
RasterViewPerspective viewPerspective
)
- (BOOL)changeViewPerspective:(LTRasterViewPerspective)viewPerspective error:(NSError **)error
public void changeViewPerspective(
RasterViewPerspective viewPerspective
);
public:
void ChangeViewPerspective(
RasterViewPerspective viewPerspective
)
def ChangeViewPerspective(self,viewPerspective):
viewPerspective
Desired view perspective.
The ViewPerspective is the arrangement of pixels in the image. This method references image coordinates, which are often different from the display coordinates of an image.
Use this method to change the data and the ViewPerspective to simplify calculations that involve image coordinates. This method does not affect the image display. For more information, refer to Accounting for View Perspective.
The following values for viewPerspective are supported in (Document/Medical only) only:
This example demonstrates the low-level methods for accessing 1-bit compressed image data. It demonstrates the ability to get and put rows, and the ability to process rows in buffer-to-buffer processing. The result of the function is an the first 50 lines are inverted.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document