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