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.