 | IMaskLoadMaskImage(Byte, Int32, Int32, Int32) Method |
Loads a mask using a byte array.
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxvoid LoadMaskImage(
byte[] mask,
int stepMask,
int width,
int height
)
void LoadMaskImage(
array<unsigned char>^ mask,
int stepMask,
int width,
int height
)
Parameters
- mask Byte
- Array containing the mask to load
- stepMask Int32
- Size in bytes between two lines
- width Int32
- Width of the mask
- height Int32
- Height of the mask
See Also