 | BaseImage<unsigned char>CopyTo Method |
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic virtual void CopyTo(
ref byte[] buffer,
ref int stride,
ref int width,
ref int height
)
public:
virtual void CopyTo(
array<unsigned char>^% buffer,
int% stride,
int% width,
int% height
)
Parameters
- buffer
- Type: SystemByte
- stride
- Type: SystemInt32
- width
- Type: SystemInt32
- height
- Type: SystemInt32
See Also