←Select platform

ChangeViewPerspectiveCommand Constructor(bool,RasterViewPerspective)

Summary

Initializes a new instance of the ChangeViewPerspectiveCommand class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal inPlace As Boolean, _ 
   ByVal viewPerspective As Leadtools.RasterViewPerspective _ 
) 
public ChangeViewPerspectiveCommand(  
   bool inPlace, 
   Leadtools.RasterViewPerspective viewPerspective 
) 
- (instancetype)initWithInPlace:(BOOL)inPlace  
                viewPerspective:(LTRasterViewPerspective)viewPerspective 
             
public ChangeViewPerspectiveCommand( 
   boolean inPlace,  
   RasterViewPerspective viewPerspective 
) 
             
function ChangeViewPerspectiveCommand(  
   inPlace , 
   viewPerspective  
) 
public: 
ChangeViewPerspectiveCommand(  
   bool inPlace, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly