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