PictureEffects Xojo and Real Studio Plugin |
|
PageCurlParams.Constructor Constructor
The Constructor for the PageCurlParams class.
Constructor(
opacity as Double,
horizontal as Boolean,
selection as Rect,
progress as IProgressHandler)
Parameters
- opacity
- This parameter defines the opacity value of the curl. This value can be from 0.01 to 1.0. Default value when the PageCurlParams class is not used is 0.75.
- horizontal
- This parameter is used to make the curl horizontal. Default value when the PageCurlParams class is not used is false.
- selection
- This parameter defines the curl area. Default values when the PageCurlParams class is not used are: {Left: 0, Top: 0, Right: Picture-Width, Bottom: Picture-Height}
- progress
- Use this parameter to use a progress class to get progress feedback from this constructor. This class must a class that Implements the IProgressHandler Interface which is defined in this plugin.
Pass nil to this parameter if you don't need progress feedback.
Progress feedback will slow the filter down.
Remarks
See Also
PageCurlParams Class