LEADTOOLS (Leadtools assembly)

InPlace Property

Show in webframe







Determines whether or not the source image is converted in place (or a new image is created).
Syntax
public bool InPlace {get; set;}
'Declaration
 
Public Property InPlace As Boolean
'Usage
 
Dim instance As ChangeViewPerspectiveCommand
Dim value As Boolean
 
instance.InPlace = value
 
value = instance.InPlace
public bool InPlace {get; set;}
@property (nonatomic, assign) BOOL inPlace;
public boolean getInPlace()
public void setInPlace(boolean value)
            
 
get_InPlace();
set_InPlace(value);
Object.defineProperty('InPlace');
public:
property bool InPlace {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

ChangeViewPerspectiveCommand Class
ChangeViewPerspectiveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.