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