Click or drag to resize

IMaskCutEllipseDisplayMask Method

Apply an elliptical shape on the specified 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 CutEllipseDisplayMask(
	BasicShape shape,
	IntPtr mask,
	int width,
	int height
)

Parameters

shape  BasicShape
Elliptical shape to apply on the specified mask
mask  IntPtr
Pointer to the mask in memory
width  Int32
Width of the mask
height  Int32
Height of the mask
See Also