LEADTOOLS (Leadtools assembly)

ChangeViewPerspectiveCommand Constructor(Boolean,RasterViewPerspective)

Show in webframe







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.
The desired view perspective.
Initializes a new instance of the ChangeViewPerspectiveCommand class with explicit parameters.
Syntax
public ChangeViewPerspectiveCommand( 
   bool inPlace,
   RasterViewPerspective viewPerspective
)
'Declaration
 
Public Function New( _
   ByVal inPlace As Boolean, _
   ByVal viewPerspective As RasterViewPerspective _
)
'Usage
 
Dim inPlace As Boolean
Dim viewPerspective As RasterViewPerspective
 
Dim instance As New ChangeViewPerspectiveCommand(inPlace, viewPerspective)
public ChangeViewPerspectiveCommand( 
   bool inPlace,
   RasterViewPerspective viewPerspective
)
-(id)initWithInPlace:(BOOL)inPlace 
     viewPerspective:(LTRasterViewPerspective)viewPerspective;
            
public ChangeViewPerspectiveCommand(
  boolean inPlace, 
  RasterViewPerspective viewPerspective
)
            
function ChangeViewPerspectiveCommand( 
   inPlace ,
   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

See Also

Reference

ChangeViewPerspectiveCommand Class
ChangeViewPerspectiveCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.