Determines whether or not the source image is converted in place (or a new image is created).
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property InPlace As Boolean |
C# | |
---|
public bool InPlace {get; set;} |
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
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
See Also