[]
Applies a transparency mask to the current image or its portion.
public void ApplyTransparencyMask(BilevelBitmap transparencyMask, Rectangle? clipRect = null)
Public Sub ApplyTransparencyMask(transparencyMask As BilevelBitmap, Optional clipRect As Rectangle? = Nothing)
Type | Name | Description |
---|---|---|
BilevelBitmap | transparencyMask | A BilevelBitmap with the transparency mask. |
Rectangle? | clipRect | The target rectangle of the GcBitmap. |
Applies a transparency mask to the current image or its portion.
public void ApplyTransparencyMask(GrayscaleBitmap transparencyMask, Rectangle? clipRect = null)
Public Sub ApplyTransparencyMask(transparencyMask As GrayscaleBitmap, Optional clipRect As Rectangle? = Nothing)
Type | Name | Description |
---|---|---|
GrayscaleBitmap | transparencyMask | A GrayscaleBitmap with the transparency mask. |
Rectangle? | clipRect | The target rectangle of the GcBitmap. |