Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ViewPerspective Property
See Also 
Leadtools.ImageProcessing Namespace > ChangeViewPerspectiveCommand Class : ViewPerspective Property



The desired view perspective.

Syntax

Visual Basic (Declaration) 
Public Property ViewPerspective As RasterViewPerspective
Visual Basic (Usage)Copy Code
Dim instance As ChangeViewPerspectiveCommand
Dim value As RasterViewPerspective
 
instance.ViewPerspective = value
 
value = instance.ViewPerspective
C# 
public RasterViewPerspective ViewPerspective {get; set;}
C++/CLI 
public:
property RasterViewPerspective ViewPerspective {
   RasterViewPerspective get();
   void set (RasterViewPerspective value);
}

Return Value

A RasterViewPerspective value that determine the new view perspective.

Example

For an example, refer to ChangeViewPerspectiveCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also