Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / SetAlphaTo255 Method
The target rectangle of the GcBitmap.

In This Topic
    SetAlphaTo255 Method
    In This Topic
    Updates the alpha channel of pixels to 255 (to make them opaque).
    Syntax
    'Declaration
     
    Public Sub SetAlphaTo255( _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) 
    public void SetAlphaTo255( 
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    clipRect
    The target rectangle of the GcBitmap.
    See Also