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



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.
Initializes a new instance of the Leadtools.ImageProcessing.ChangeViewPerspectiveCommand class with explicit parameters. Supported in Silverlight, Windows Phone 7

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 New ChangeViewPerspectiveCommand(inPlace, viewPerspective)
C# 
public ChangeViewPerspectiveCommand( 
   bool inPlace,
   RasterViewPerspective viewPerspective
)
C++/CLI 
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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also