Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal inPlace As Boolean, _ ByVal viewPerspective As RasterViewPerspective _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
For an example, refer to ChangeViewPerspectiveCommand.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family