Click or drag to resize

Win32PatBlt Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.PatBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static bool PatBlt(
	IntPtr hdc,
	int left,
	int top,
	int width,
	int height,
	int rop
)

Parameters

hdc
Type: SystemIntPtr

[Missing <param name="hdc"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.PatBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

left
Type: SystemInt32

[Missing <param name="left"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.PatBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

top
Type: SystemInt32

[Missing <param name="top"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.PatBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.PatBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.PatBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

rop
Type: SystemInt32

[Missing <param name="rop"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.PatBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.PatBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also