UtilImageDrawRoundCorners(ImageElement, Corners, Int32, Int32, Color) Method

Rounds image corners.

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 RoundCorners(
	ref ImageElement refImageElement,
	Corners corners,
	int roundness,
	int borderWidth,
	Color borderColor
)

Parameters

refImageElement  ImageElement
The image draw element.
corners  Corners

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

roundness  Int32

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

borderWidth  Int32

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

borderColor  Color

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

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