←Select platform

ViewPerspective Property

Summary

Gets or sets the view perspective of the image data of this RasterImage.

Syntax
C#
VB
Objective-C
C++
Java
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 ); 
} 

Property Value

The view perspective of the image data of this RasterImage.

Remarks

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.

Example

For an example, refer to ChangeViewPerspectiveCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly