| GraphicsStream.GraphicsStream Constructor | Language: | 
      
      
      Initializes a new instance of the GraphicsStream class.
      Definition
      
        
          
            | Visual Basic | Public Sub New( _ ByVal dataPointer As IntPtr, _
 ByVal size As Long, _
 ByVal bufferPointer As IntPtr _
 )
 | 
          
            | C# | public  GraphicsStream( IntPtr dataPointer,
 long size,
 IntPtr bufferPointer
 );
 | 
          
            | C++ | public: GraphicsStream(
 IntPtr dataPointer,
 long size,
 IntPtr bufferPointer
 );
 | 
          
            | JScript | public function GraphicsStream( dataPointer : IntPtr,
 size : long,
 bufferPointer : IntPtr
 );
 | 
        
      
      Parameters
      
        
          
            | dataPointer | System.IntPtr Reference to the graphics data in the stream buffer.
 | 
          
            | size | System.Int64 Size of the data referenced by dataPointer.
 | 
          
            | bufferPointer | System.IntPtr Reference to the actual stream buffer.
 | 
        
      
      
      Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
      
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center