[]
Updates the alpha channel of pixels to 255 (to make them opaque).
public void SetAlphaTo255(Rectangle? clipRect = null)
Public Sub SetAlphaTo255(Optional clipRect As Rectangle? = Nothing)
Type | Name | Description |
---|---|---|
Rectangle? | clipRect | The target rectangle of the GcBitmap. |