public static void GlassTable(
ref ImageElement refImageElement,
int reflectionOpacity,
int reflectionPercentage,
ReflectionLocation reflectionLocation = 0,
int reflectionLocationX = 1,
int reflectionLocationY = 1
)
Public Shared Sub GlassTable (
ByRef refImageElement As ImageElement,
reflectionOpacity As Integer,
reflectionPercentage As Integer,
Optional reflectionLocation As ReflectionLocation = 0,
Optional reflectionLocationX As Integer = 1,
Optional reflectionLocationY As Integer = 1
)
Dim refImageElement As ImageElement
Dim reflectionOpacity As Integer
Dim reflectionPercentage As Integer
Dim reflectionLocation As ReflectionLocation
Dim reflectionLocationX As Integer
Dim reflectionLocationY As Integer
UtilImageDraw.GlassTable(refImageElement,
reflectionOpacity, reflectionPercentage,
reflectionLocation, reflectionLocationX,
reflectionLocationY)
public:
static void GlassTable(
ImageElement^% refImageElement,
int reflectionOpacity,
int reflectionPercentage,
ReflectionLocation reflectionLocation = 0,
int reflectionLocationX = 1,
int reflectionLocationY = 1
)
static member GlassTable :
refImageElement : ImageElement byref *
reflectionOpacity : int *
reflectionPercentage : int *
?reflectionLocation : ReflectionLocation *
?reflectionLocationX : int *
?reflectionLocationY : int
(* Defaults:
let _reflectionLocation = defaultArg reflectionLocation 0
let _reflectionLocationX = defaultArg reflectionLocationX 1
let _reflectionLocationY = defaultArg reflectionLocationY 1
*)
-> unit
No code example is currently available or this language may not be supported.
[Missing <param name="reflectionOpacity"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]
[Missing <param name="reflectionPercentage"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]
[Missing <param name="reflectionLocation"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]
[Missing <param name="reflectionLocationX"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]
[Missing <param name="reflectionLocationY"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.GlassTable(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.ReflectionLocation,System.Int32,System.Int32)"]