ImageGear Professional v18.2 > API Reference Guide > Effects Component API Reference > Effects Component Objects > IGEffectsCtl Control > IGEffectsCtl Methods > Cylinder Method |
Provides a cylindrical warping effect on the IGPage Object.
Sub Cylinder(pPage As IGPage, Distance As Long, Radius As Long,
Height As Long, Horizontal As Boolean, Interpolate As Boolean,
UseFillColor As Boolean)
Name | Description |
---|---|
pPage | Reference to IGPage Object to which the effect is applied. |
Distance | Distance to the cylinder axes, in pixels. |
Radius | Radius of the cylinder. |
Height | Height of the cylinder segment, in pixels. Height can be changed from (-radius) to (radius). |
Horizontal | If True, cylinder is horizontal. |
Interpolate | If True, use interpolation; otherwise do not. |
UseFillColor | If True, use fill color; otherwise do not. |
None
Image Processing and Effects