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