ImageGear .NET - Updated
Fragment Method




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : Fragment Method
Image to apply fragment effect to.
Distance in pixels to move each blended image away from the original image.
This method fragments an image into four blended images that move diagonally outward from the original image.
Syntax
'Declaration
 
Public Shared Sub Fragment( _
   ByVal page As ImGearRasterPage, _
   ByVal displacement As Integer _
) 
'Usage
 
Dim page As ImGearRasterPage
Dim displacement As Integer
 
ImGearEffects.Fragment(page, displacement)
public static void Fragment( 
   ImGearRasterPage page,
   int displacement
)
public: static void Fragment( 
   ImGearRasterPage* page,
   int displacement
) 
public:
static void Fragment( 
   ImGearRasterPage^ page,
   int displacement
) 

Parameters

page
Image to apply fragment effect to.
displacement
Distance in pixels to move each blended image away from the original image.
See Also

Reference

ImGearEffects Class
ImGearEffects Members
ImGearRasterPage Class