ImageGear Professional v18.2 > API Reference Guide > Effects Component API Reference > Effects Component Objects > IGEffectsCtl Control > IGEffectsCtl Methods > Pinch Method |
Pinches an image toward or away from the pinch center.
Sub Pinch(pPage As IGPage, XCenter As Long, YCenter As Long,
Radius As Long, Strength As Single, Interpolate As Boolean,
UseFillColor As Boolean)
Name | Description |
---|---|
pPage | Reference to IGPage Object to which the effect is applied. |
XCenter | X coordinate of the center. |
YCenter | Y coordinate of the center. |
Radius | Pinch radius. |
Strength | Pinch strength. |
Interpolate | If True, use interpolation; otherwise do not. |
UseFillColor | If True, use fill color; otherwise do not. |
None
Image Processing and Effects