LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ViewPerspective Property (RasterImage)






Gets or sets the view perspective of the image data of this RasterImage. .NET support Silverlight support WinRT support
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;}
 get_ViewPerspective();
set_ViewPerspective(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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