Cuminas DjVu SDK for .NET Framework
CopyPixels(Int32Rect,IntPtr,Int32,Int32) Method



Syntax
Public Overloads Overrides NotOverridable Sub CopyPixels( _
   ByVal sourceRect As Int32Rect, _
   ByVal buffer As IntPtr, _
   ByVal bufferSize As Integer, _
   ByVal stride As Integer _
) 
Dim instance As PageBitmapSource
Dim sourceRect As Int32Rect
Dim buffer As IntPtr
Dim bufferSize As Integer
Dim stride As Integer
 
instance.CopyPixels(sourceRect, buffer, bufferSize, stride)
public override void CopyPixels( 
   Int32Rect sourceRect,
   IntPtr buffer,
   int bufferSize,
   int stride
)
public:
void CopyPixels( 
   Int32Rect sourceRect,
   IntPtr buffer,
   int bufferSize,
   int stride
) override 

Parameters

sourceRect
buffer
bufferSize
stride
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

PageBitmapSource Class
PageBitmapSource Members
Overload List

Send Feedback