public static void Fade(
ref ImageElement refImageElement,
FadeShape fadeShape,
FillType fillType,
GradientShape gradientShape,
FadeLocation location = 0,
int locationX = 1,
int locationY = 1,
FadeSizing sizing = 1,
int sizingHeight = 1,
int sizingWidth = 1
)
Public Shared Sub Fade (
ByRef refImageElement As ImageElement,
fadeShape As FadeShape,
fillType As FillType,
gradientShape As GradientShape,
Optional location As FadeLocation = 0,
Optional locationX As Integer = 1,
Optional locationY As Integer = 1,
Optional sizing As FadeSizing = 1,
Optional sizingHeight As Integer = 1,
Optional sizingWidth As Integer = 1
)
Dim refImageElement As ImageElement
Dim fadeShape As FadeShape
Dim fillType As FillType
Dim gradientShape As GradientShape
Dim location As FadeLocation
Dim locationX As Integer
Dim locationY As Integer
Dim sizing As FadeSizing
Dim sizingHeight As Integer
Dim sizingWidth As Integer
UtilImageDraw.Fade(refImageElement, fadeShape,
fillType, gradientShape, location,
locationX, locationY, sizing, sizingHeight,
sizingWidth)
public:
static void Fade(
ImageElement^% refImageElement,
FadeShape fadeShape,
FillType fillType,
GradientShape gradientShape,
FadeLocation location = 0,
int locationX = 1,
int locationY = 1,
FadeSizing sizing = 1,
int sizingHeight = 1,
int sizingWidth = 1
)
static member Fade :
refImageElement : ImageElement byref *
fadeShape : FadeShape *
fillType : FillType *
gradientShape : GradientShape *
?location : FadeLocation *
?locationX : int *
?locationY : int *
?sizing : FadeSizing *
?sizingHeight : int *
?sizingWidth : int
(* Defaults:
let _location = defaultArg location 0
let _locationX = defaultArg locationX 1
let _locationY = defaultArg locationY 1
let _sizing = defaultArg sizing 1
let _sizingHeight = defaultArg sizingHeight 1
let _sizingWidth = defaultArg sizingWidth 1
*)
-> unit
No code example is currently available or this language may not be supported.
[Missing <param name="fadeShape"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]
[Missing <param name="fillType"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]
[Missing <param name="gradientShape"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]
[Missing <param name="location"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]
[Missing <param name="locationX"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]
[Missing <param name="locationY"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]
[Missing <param name="sizing"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]
[Missing <param name="sizingHeight"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]
[Missing <param name="sizingWidth"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Fade(Neodynamic.SDK.ImageDraw.ImageElement@,Neodynamic.SDK.ImageDraw.FadeShape,Neodynamic.SDK.ImageDraw.FillType,Neodynamic.SDK.ImageDraw.GradientShape,Neodynamic.SDK.ImageDraw.FadeLocation,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.FadeSizing,System.Int32,System.Int32)"]