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