ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearMosaicShadowParams Class / HighResolution Field




In This Topic
    HighResolution Field
    In This Topic
    If this parameter is true then shadow effect is calculated using two neighbor pixels. This decreases 3D effect but gives the image more contrast. If false, three pixels are used for shadow effect.
    Syntax
    'Declaration
     
    Public HighResolution As Boolean
    'Usage
     
    Dim instance As ImGearMosaicShadowParams
    Dim value As Boolean
     
    value = instance.HighResolution
     
    instance.HighResolution = value
    public bool HighResolution
    public: bool HighResolution
    public:
    bool HighResolution

    Field Value

    Boolean value.
    Remarks
    If this parameter is true, then the shadow effect is calculated using two neighbor pixels. This decreases the 3D effect, but gives the image more contrast. If this parameter is false, three pixels are used for the shadow effect.
    See Also