Click or drag to resize

IMaskLoadMaskImage(IntPtr, Int32, Int32, Int32) Method

Load a mask using an IntPtr

Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
void LoadMaskImage(
	IntPtr mask,
	int stepMask,
	int width,
	int height
)

Parameters

mask  IntPtr
Pointer to the mask in memory
stepMask  Int32
Size in bytes between two lines
width  Int32
Width of the mask
height  Int32
Height of the mask
See Also