public static void RoundCorners(
ref ImageElement refImageElement,
Corners corners,
int roundness,
int borderWidth,
Color borderColor
)
Public Shared Sub RoundCorners (
ByRef refImageElement As ImageElement,
corners As Corners,
roundness As Integer,
borderWidth As Integer,
borderColor As Color
)
Dim refImageElement As ImageElement
Dim corners As Corners
Dim roundness As Integer
Dim borderWidth As Integer
Dim borderColor As Color
UtilImageDraw.RoundCorners(refImageElement,
corners, roundness, borderWidth,
borderColor)
public:
static void RoundCorners(
ImageElement^% refImageElement,
Corners corners,
int roundness,
int borderWidth,
Color borderColor
)
static member RoundCorners :
refImageElement : ImageElement byref *
corners : Corners *
roundness : int *
borderWidth : int *
borderColor : Color -> unit
No code example is currently available or this language may not be supported.
[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)"]
[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)"]
[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)"]
[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)"]