public static void ConvertToBlackWhite(
ref ImageElement refImageElement,
DitherMethod ditherMethod,
int threshold,
bool reverseEffect
)
Public Shared Sub ConvertToBlackWhite (
ByRef refImageElement As ImageElement,
ditherMethod As DitherMethod,
threshold As Integer,
reverseEffect As Boolean
)
Dim refImageElement As ImageElement
Dim ditherMethod As DitherMethod
Dim threshold As Integer
Dim reverseEffect As Boolean
UtilImageDraw.ConvertToBlackWhite(refImageElement,
ditherMethod, threshold, reverseEffect)
public:
static void ConvertToBlackWhite(
ImageElement^% refImageElement,
DitherMethod ditherMethod,
int threshold,
bool reverseEffect
)
static member ConvertToBlackWhite :
refImageElement : ImageElement byref *
ditherMethod : DitherMethod *
threshold : int *
reverseEffect : bool -> unit
No code example is currently available or this language may not be supported.
[Missing <param name="ditherMethod"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.ConvertToBlackWhite(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.DitherMethod,System.Int32,System.Boolean)"]
[Missing <param name="threshold"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.ConvertToBlackWhite(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.DitherMethod,System.Int32,System.Boolean)"]
[Missing <param name="reverseEffect"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.ConvertToBlackWhite(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.DitherMethod,System.Int32,System.Boolean)"]