public RasterViewPerspective ViewPerspective { get; set; }
Public Property ViewPerspective As RasterViewPerspective
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective
public RasterViewPerspective getViewPerspective()
public:
property RasterViewPerspective ViewPerspective {
RasterViewPerspective get();
void set ( RasterViewPerspective );
}
The view perspective of the image data of this RasterImage.
The view perspective indicates where the beginning of the image is stored. For more information, see RasterViewPerspective.
For more information refer to Accounting For View Perspective.
Note: You should be careful when setting the view-perspective of an image using this property since it will not change the orientation of the data of the image. To do that, use ChangeViewPerspective.
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