SetAlphaTo255 Method
SetAlphaTo255(Rectangle?)
Updates the alpha channel of pixels to 255 (to make them opaque).
Declaration
public void SetAlphaTo255(Rectangle? clipRect = null)
Public Sub SetAlphaTo255(Optional clipRect As Rectangle? = Nothing)
Parameters