CopyPixels(Int32,Int32,Int32,DataStream) Method
Copies pixel data using the supplied input parameters.
public void CopyPixels(
System.int ,
System.int ,
System.int ,
DataStream
)
'Declaration
Public Overloads Sub CopyPixels( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As DataStream _
)
Parameters
- width
- The width.
- height
- The height.
- stride
- The stride.
- output
- The output.