Click or drag to resize

Gdi32FuncStretchBlt Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]


Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool StretchBlt(
	IntPtr hdcDest,
	int nXOriginDest,
	int nYOriginDest,
	int nWidthDest,
	int nHeightDest,
	IntPtr hdcSrc,
	int nXOriginSrc,
	int nYOriginSrc,
	int nWidthSrc,
	int nHeightSrc,
	TernaryRasterOperations dwRop
)

Parameters

hdcDest  IntPtr

[Missing <param name="hdcDest"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

nXOriginDest  Int32

[Missing <param name="nXOriginDest"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

nYOriginDest  Int32

[Missing <param name="nYOriginDest"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

nWidthDest  Int32

[Missing <param name="nWidthDest"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

nHeightDest  Int32

[Missing <param name="nHeightDest"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

hdcSrc  IntPtr

[Missing <param name="hdcSrc"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

nXOriginSrc  Int32

[Missing <param name="nXOriginSrc"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

nYOriginSrc  Int32

[Missing <param name="nYOriginSrc"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

nWidthSrc  Int32

[Missing <param name="nWidthSrc"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

nHeightSrc  Int32

[Missing <param name="nHeightSrc"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

dwRop  TernaryRasterOperations

[Missing <param name="dwRop"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.StretchBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,Altaxo.UnmanagedApi.Gdi32.TernaryRasterOperations)"]

See Also