Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : ViewPerspective Property |
public RasterViewPerspective ViewPerspective {get; set;}
'Declaration
Public Property ViewPerspective As RasterViewPerspective
'Usage
Dim instance As RasterImage Dim value As RasterViewPerspective instance.ViewPerspective = value value = instance.ViewPerspective
public RasterViewPerspective ViewPerspective {get; set;}
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective
public RasterViewPerspective getViewPerspective()
<br/>get_ViewPerspective();<br/>set_ViewPerspective(value);<br/>Object.defineProperty('ViewPerspective');
public: property RasterViewPerspective ViewPerspective { RasterViewPerspective get(); void set ( RasterViewPerspective value); }
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.