Click or drag to resize
MaskInterfaceClearBitmap Method

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
public virtual void ClearBitmap(
	IntPtr buf,
	int stride,
	int height
)

Parameters

buf
Type: SystemIntPtr
stride
Type: SystemInt32
The stride, in bytes.
height
Type: SystemInt32

Implements

IMaskClearBitmap(IntPtr, Int32, Int32)
See Also