public static void MakeTransparent(
ref ImageElement refImageElement,
Color color,
byte colorTolerance,
ScanDirection scanDirection
)
Public Shared Sub MakeTransparent (
ByRef refImageElement As ImageElement,
color As Color,
colorTolerance As Byte,
scanDirection As ScanDirection
)
Dim refImageElement As ImageElement
Dim color As Color
Dim colorTolerance As Byte
Dim scanDirection As ScanDirection
UtilImageDraw.MakeTransparent(refImageElement,
color, colorTolerance, scanDirection)
public:
static void MakeTransparent(
ImageElement^% refImageElement,
Color color,
unsigned char colorTolerance,
ScanDirection scanDirection
)
static member MakeTransparent :
refImageElement : ImageElement byref *
color : Color *
colorTolerance : byte *
scanDirection : ScanDirection -> unit
No code example is currently available or this language may not be supported.
[Missing <param name="color"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.MakeTransparent(Neodynamic.SDK.ImageDraw.ImageElement@,System.Drawing.Color,System.Byte,Neodynamic.SDK.ImageDraw.ScanDirection)"]
[Missing <param name="colorTolerance"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.MakeTransparent(Neodynamic.SDK.ImageDraw.ImageElement@,System.Drawing.Color,System.Byte,Neodynamic.SDK.ImageDraw.ScanDirection)"]
[Missing <param name="scanDirection"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.MakeTransparent(Neodynamic.SDK.ImageDraw.ImageElement@,System.Drawing.Color,System.Byte,Neodynamic.SDK.ImageDraw.ScanDirection)"]