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