Win32ApiSetStretchBltMode Method
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax[DllImportAttribute("gdi32", SetLastError = true)]
public static int SetStretchBltMode(
IntPtr hdc,
int iStretchMode
)
<DllImportAttribute("gdi32", SetLastError := true>]
Public Shared Function SetStretchBltMode (
hdc As IntPtr,
iStretchMode As Integer
) As Integer
public:
[DllImportAttribute(L"gdi32", SetLastError = true)]
static int SetStretchBltMode(
IntPtr hdc,
int iStretchMode
)
[<DllImportAttribute("gdi32", SetLastError = true)>]
static member SetStretchBltMode :
hdc : IntPtr *
iStretchMode : int -> int
OpenCvSharp.Win32Api.SetStretchBltMode = function(hdc, iStretchMode);
Parameters
- hdc
- Type: SystemIntPtr
- iStretchMode
- Type: SystemInt32
Return Value
Type:
Int32
See Also