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



inPlace
true to run the command on the source image in place (no copy will be made); false to create a new RasterImage for the result and place it in the DestinationImage property.
viewPerspective
The desired view perspective.
Initializes a new ChangeViewPerspectiveCommand 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
)
C++/CLI 
public:
ChangeViewPerspectiveCommand( 
   bool inPlace,
   RasterViewPerspective viewPerspective
)

Parameters

inPlace
true to run the command on the source image in place (no copy will be made); false to create a new RasterImage for the result and place it in the DestinationImage property.
viewPerspective
The desired 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