Buffer.Write Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Writes data to the buffer.
Definition
Visual Basic .NET |
Public Sub Write( _ ByVal bufferStartingLocation As Integer, _ ByVal data As Array, _ ByVal flag As LockFlag _ ) |
C# |
public void Write( int bufferStartingLocation, Array data, LockFlag flag ); |
Managed C++ |
public: void Write( int bufferStartingLocation, Array *data, LockFlag flag ); |
JScript .NET |
public function Write( bufferStartingLocation : int, data : Array, flag : LockFlag ); |
Parameters
Remarks
Applies To
SecondaryBuffer
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center