'Declaration Public Shared Sub WarpParabolic( _ ByVal page As ImGearRasterPage, _ ByVal center As ImGearPoint, _ ByVal strength As Single, _ ByVal radiusX As Integer, _ ByVal radiusY As Integer, _ ByVal interpolate As Boolean, _ ByVal color As ImGearPixel _ )
'Usage Dim page As ImGearRasterPage Dim center As ImGearPoint Dim strength As Single Dim radiusX As Integer Dim radiusY As Integer Dim interpolate As Boolean Dim color As ImGearPixel ImGearEffects.WarpParabolic(page, center, strength, radiusX, radiusY, interpolate, color)
public static void WarpParabolic( ImGearRasterPage page, ImGearPoint center, float strength, int radiusX, int radiusY, bool interpolate, ImGearPixel color )
public: static void WarpParabolic( ImGearRasterPage* page, ImGearPoint center, float strength, int radiusX, int radiusY, bool interpolate, ImGearPixel* color )
public: static void WarpParabolic( ImGearRasterPage^ page, ImGearPoint center, float strength, int radiusX, int radiusY, bool interpolate, ImGearPixel^ color )
Parameters
- page
- Page class object.
- center
- Center of the paraboloid in pixels.
- strength
- Extrusion strength.
- radiusX
- Length of the effect in X direction in pixels.
- radiusY
- Length of the effect in Y direction in pixels.
- interpolate
- If this parameter is true then an interpolation is used during processing.
- color
- ImageGear.Core.ImGearPixel class color.