Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / DitheringEffect Class / Get Method
The method of two-dimensional error diffusion dithering.

In This Topic
    Get Method (DitheringEffect)
    In This Topic
    Returns an instance of the DitheringEffect class.
    Syntax
    'Declaration
     
    Public Shared Function Get( _
       ByVal ditheringMethod As DitheringMethod _
    ) As DitheringEffect
    public static DitheringEffect Get( 
       DitheringMethod ditheringMethod
    )

    Parameters

    ditheringMethod
    The method of two-dimensional error diffusion dithering.
    See Also