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