←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
Java
Objective-C
WinRT C#
C++
public bool InPlace { get; set; } 
Public Property InPlace As Boolean 
public bool InPlace {get; set;} 
@property (nonatomic, assign) BOOL inPlace { get; set; } 
public boolean getInPlace() 
public void setInPlace(boolean value) 
             
 <br/>get_InPlace();<br/>set_InPlace(value);<br/>Object.defineProperty('InPlace');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly