Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / ConvertFromPremultipliedAlpha Method / ConvertFromPremultipliedAlpha(Rectangle) Method
The target rectangle of the GcBitmap.

In This Topic
    ConvertFromPremultipliedAlpha(Rectangle) Method
    In This Topic
    Makes the alpha channel of the specified rectangle not premultiplied in the color channels.

    The Premultiplied property is not affected by this overload.

    Syntax
    'Declaration
     
    Public Overloads Sub ConvertFromPremultipliedAlpha( _
       ByVal clipRect As System.Drawing.Rectangle _
    ) 
    public void ConvertFromPremultipliedAlpha( 
       System.Drawing.Rectangle clipRect
    )

    Parameters

    clipRect
    The target rectangle of the GcBitmap.
    See Also