'Usage
Dim instance As Settings
Dim value As Single
instance.JitteringDeviation = value
value = instance.JitteringDeviation
[Category("General")]
[Description("The maximum deviation of the jittering samples from the original image in pixels. ")]
[DefaultValue(1)]
public float JitteringDeviation {get; set;}
Remarks
The default value for this property is 1. Greater values produce a more blurred image.
Example
The following code enables jittering with 4 samples and four pixel deviation 2.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2