LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ChangeViewPerspectiveCommand Constructor(Boolean,RasterViewPerspective)






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. .NET support Silverlight support WinRT support
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
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChangeViewPerspectiveCommand Class
ChangeViewPerspectiveCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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