←Select platform

ChangeViewPerspectiveCommand Constructor(bool,RasterViewPerspective)

Summary
Initializes a new instance of the ChangeViewPerspectiveCommand class with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal inPlace As Boolean, _ 
   ByVal viewPerspective As RasterViewPerspective _ 
) 
- (instancetype)initWithInPlace:(BOOL)inPlace  
                viewPerspective:(LTRasterViewPerspective)viewPerspective 
public ChangeViewPerspectiveCommand( 
   boolean inPlace,  
   RasterViewPerspective viewPerspective 
) 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.