UtilImageDrawMakeTransparent(ImageElement) Method
Makes transparent color for an image.
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 MakeTransparent(
ref ImageElement refImageElement
)
Public Shared Sub MakeTransparent (
ByRef refImageElement As ImageElement
)
Dim refImageElement As ImageElement
UtilImageDraw.MakeTransparent(refImageElement)
public:
static void MakeTransparent(
ImageElement^% refImageElement
)
static member MakeTransparent :
refImageElement : ImageElement byref -> unit
No code example is currently available or this language may not be supported.
Parameters
- refImageElement ImageElement
-
The image draw element.