Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GaussianBlurEffect Class / SupportsPremultiplied Property

In This Topic
    SupportsPremultiplied Property (GaussianBlurEffect)
    In This Topic
    Gets a value indicating whether the effect can be applied to an image with premultiplied alpha channel.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property SupportsPremultiplied As System.Boolean
    public override System.bool SupportsPremultiplied {get;}
    See Also