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 ) |
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family