[]
Determines whether the image contains transparent or semitransparent pixels.
It always returns false for an opaque image.
public bool HasTransparentPixels(Rectangle? clipRect = null)
Public Function HasTransparentPixels(Optional clipRect As Rectangle? = Nothing) As Boolean
Type | Name | Description |
---|---|---|
Rectangle? | clipRect | The source rectangle of the GcBitmap. |
Type | Description |
---|---|
bool |