UtilImageDrawCrop Method

Crops a rectangular section from an image.

Definition

Namespace: DevCase.ThirdParty.ImageDraw
Assembly: DevCase.net48.ThirdParty.ImageDraw (in DevCase.net48.ThirdParty.ImageDraw.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void Crop(
	ref ImageElement refImageElement,
	int x,
	int y,
	int width,
	int height
)

Parameters

refImageElement  ImageElement
The image draw element.
x  Int32

[Missing <param name="x"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Crop(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,System.Int32,System.Int32)"]

y  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)"]

width  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)"]

height  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)"]

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Neodynamic.SDK.ImageDraw by Neodynamic

See Also