[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmap.HasTransparentPixels

HasTransparentPixels Method

HasTransparentPixels(Rectangle?)

Determines whether the image contains transparent or semitransparent pixels.

It always returns false for an opaque image.

Declaration
public bool HasTransparentPixels(Rectangle? clipRect = null)
Public Function HasTransparentPixels(Optional clipRect As Rectangle? = Nothing) As Boolean
Parameters
Type Name Description
Rectangle? clipRect

The source rectangle of the GcBitmap.

Returns
Type Description
bool