←Select platform

ViewPerspective Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterViewPerspective ViewPerspective { get; set; } 
Public Property ViewPerspective As Leadtools.RasterViewPerspective 
public Leadtools.RasterViewPerspective ViewPerspective {get; set;} 
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective 
public RasterViewPerspective getViewPerspective() 
 <br/>get_ViewPerspective();<br/>set_ViewPerspective(value);<br/>Object.defineProperty('ViewPerspective');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly