Click or drag to resize

IMaskClearMask Method

Clear a mask

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 ClearMask(
	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