←Select platform

InPlace Property

Summary
Determines whether or not the source image is converted in place (or a new image is created).
Syntax
C#
VB
Objective-C
C++
Java
public bool InPlace { get; set; } 
Public Property InPlace As Boolean 
@property (nonatomic, assign) BOOL inPlace { get; set; } 
public boolean getInPlace() 
public void setInPlace(boolean value) 
public: 
property bool InPlace { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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.

Example

For an example, refer to ChangeViewPerspectiveCommand.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.