Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
ChangeViewPerspectiveCommand Constructor(Boolean,RasterViewPerspective)
See Also 
Leadtools.ImageProcessing Namespace > ChangeViewPerspectiveCommand Class > ChangeViewPerspectiveCommand Constructor : ChangeViewPerspectiveCommand Constructor(Boolean,RasterViewPerspective)




inPlace
true to convert the source image in place (no copy will be made). false, to leave the source image unchanged and place the result in the DestinationImage property.
viewPerspective
The desired view perspective.
Initializes a new instance of the ChangeViewPerspectiveCommand class with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal inPlace As Boolean, _
   ByVal viewPerspective As RasterViewPerspective _
)
Visual Basic (Usage)Copy Code
Dim inPlace As Boolean
Dim viewPerspective As RasterViewPerspective
 
Dim instance As ChangeViewPerspectiveCommand(inPlace, viewPerspective)
C# 
public ChangeViewPerspectiveCommand( 
   bool inPlace,
   RasterViewPerspective viewPerspective
)
Managed Extensions for C++ 
public: ChangeViewPerspectiveCommand( 
   bool inPlace,
   RasterViewPerspective viewPerspective
)
C++/CLI 
public:
ChangeViewPerspectiveCommand( 
   bool inPlace,
   RasterViewPerspective viewPerspective
)

Parameters

inPlace
true to convert the source image in place (no copy will be made). false, to leave the source image unchanged and place the result in the DestinationImage property.
viewPerspective
The desired view perspective.

Example

For an example, refer to ChangeViewPerspectiveCommand.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also