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