UtilImageDrawRemoveTransparency Method
Removes transparent pixels from an element and automatically resizes it.
Namespace: DevCase.ThirdParty.ImageDrawAssembly: DevCase.net48.ThirdParty.ImageDraw (in DevCase.net48.ThirdParty.ImageDraw.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void RemoveTransparency(
ref ImageElement refImageElement
)
Public Shared Sub RemoveTransparency (
ByRef refImageElement As ImageElement
)
Dim refImageElement As ImageElement
UtilImageDraw.RemoveTransparency(refImageElement)
public:
static void RemoveTransparency(
ImageElement^% refImageElement
)
static member RemoveTransparency :
refImageElement : ImageElement byref -> unit
No code example is currently available or this language may not be supported.
Parameters
- refImageElement ImageElement
-
The image draw element.