 | IMaskCutRectangleDisplayMask Method |
Apply a rectangular shape on the specified mask
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxvoid CutRectangleDisplayMask(
BasicShape shape,
IntPtr mask,
int width,
int height
)
void CutRectangleDisplayMask(
BasicShape^ shape,
IntPtr mask,
int width,
int height
)
Parameters
- shape BasicShape
- Rectangular 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