IndexBuffer.Lock(Int32,Type,LockFlags,Int32)
Lock メソッド
インデックス データの範囲をロックし、インデックス バッファ メモリへのリファレンスを取得する。
定義
Visual Basic | Public Function Lock( _ ByVal offsetToLock As Integer, _ ByVal typeIndex As Type, _ ByVal flags As LockFlags, _ ByVal ranks() As Integer _ ) As Array |
C# | public Array Lock( int offsetToLock, Type typeIndex, LockFlags flags, int[] ranks ); |
Managed C++ | public: Array* Lock( int offsetToLock, Type* typeIndex, LockFlags flags, int ranks __gc[] ); |
JScript | public function Lock( offsetToLock : int, typeIndex : Type, flags : LockFlags, ranks : int[] ) : Array; |
パラメータ
offsetToLock | System.Int32. |
typeIndex | System.Type. |
flags | Microsoft.DirectX.Direct3D.LockFlags. |
ranks | System.Int32[]. |
戻り値
System.Array.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.