BitmapSourceCopyPixels Method (Array, Int32, Int32)

CVB.Net Documentation
Requests pixels from this BitmapSource.

Namespace:  Stemmer.Cvb.Wpf.Imaging
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public override void CopyPixels(
	Array pixels,
	int stride,
	int offset
)

Parameters

pixels
Type: SystemArray
The destination array of pixels.
stride
Type: SystemInt32
The stride of the destination array.
offset
Type: SystemInt32
The starting index within the destination array to copy to.
Remarks

Derived classes must override CopyPixelsCore(Int32Rect, IntPtr, Int32, Int32) to implement custom logic.
See Also

Reference