The Spray type exposes the following members.
Name | Description | |
---|---|---|
Amount |
Gets/sets random number variance (used as offset of pixel when it is being spreading). |
|
BackgroundColor |
Gets/sets background value used to replace pixels which should be taken outside of the image (actual on image edges when distance to the image edge is less than ). |
|
Completed |
Returns value indicating if the operation is currently running. (Inherited from SyncHandler.) |
|
ExceptionThrowEnabled |
Gets/sets value that specifies if to throw exception in synchronous mode. (Inherited from SyncHandler.) |
|
FadeType |
Gets/sets fade type for the spray effect (how does it change from image edges to center). |
|
FillWithBackground |
Gets/sets value that specifies how fill areas where no pixels felt: whether to use background color (see BackgroundColor property) or use original pixels of the bitmap. |
|
FrameWidth |
Gets/sets a width of the frame for which the effect should be applied. |
|
Locked |
Indicates if the object has been locked. (Inherited from SyncHandler.) |
|
Priority |
Gets/sets a priority for the auxilary thread. (Inherited from SyncHandler.) |
|
Seed |
Gets/sets seed value for random generator. |
|
SupportedPixelFormats |
Returns an array of pixel formats that are supported by this transform. (Inherited from BitmapTransform.) |
|
SynchronizationMode |
Gets/sets synchronization mode for the object. (Inherited from SyncHandler.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from SyncHandler.) |
|
Unit |
Gets/sets unit used to measure all the coordinates, sizes and other spatial values. (Inherited from UnitConverterHandler.) |