ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    Fragment Method
    In This Topic
    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