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