LEADTOOLS (Leadtools assembly)

ViewPerspective Property (RasterImage)

Show in webframe







Gets or sets the view perspective of the image data of this RasterImage.
Syntax
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()
 
get_ViewPerspective();
set_ViewPerspective(value);
Object.defineProperty('ViewPerspective');
public:
property RasterViewPerspective ViewPerspective {
   RasterViewPerspective get();
   void set (    RasterViewPerspective value);
}

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 Leadtools.ImageProcessing.ChangeViewPerspectiveCommand.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.