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