public static void Resize(
ref ImageElement refImageElement,
int width,
int height,
LockAspectRatio lockAspectRatio,
InterpolationMode interpolationMode
)
Public Shared Sub Resize (
ByRef refImageElement As ImageElement,
width As Integer,
height As Integer,
lockAspectRatio As LockAspectRatio,
interpolationMode As InterpolationMode
)
Dim refImageElement As ImageElement
Dim width As Integer
Dim height As Integer
Dim lockAspectRatio As LockAspectRatio
Dim interpolationMode As InterpolationMode
UtilImageDraw.Resize(refImageElement, width,
height, lockAspectRatio, interpolationMode)
public:
static void Resize(
ImageElement^% refImageElement,
int width,
int height,
LockAspectRatio lockAspectRatio,
InterpolationMode interpolationMode
)
static member Resize :
refImageElement : ImageElement byref *
width : int *
height : int *
lockAspectRatio : LockAspectRatio *
interpolationMode : InterpolationMode -> 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.Resize(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.LockAspectRatio,System.Drawing.Drawing2D.InterpolationMode)"]
[Missing <param name="height"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Resize(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.LockAspectRatio,System.Drawing.Drawing2D.InterpolationMode)"]
[Missing <param name="lockAspectRatio"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Resize(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.LockAspectRatio,System.Drawing.Drawing2D.InterpolationMode)"]
[Missing <param name="interpolationMode"/> documentation for "M:DevCase.ThirdParty.ImageDraw.UtilImageDraw.Resize(Neodynamic.SDK.ImageDraw.ImageElement@,System.Int32,System.Int32,Neodynamic.SDK.ImageDraw.LockAspectRatio,System.Drawing.Drawing2D.InterpolationMode)"]