Bitmap for WPF
WriteAndPosition<T> メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : WriteAndPosition<T> メソッド
Type of a data to write.
Memory location to write to.
The data to write.
Writes the specified T data to a memory location.
シンタックス
'宣言
 
Public Shared Function WriteAndPosition(Of T As {New, Struct})( _
   ByVal destination As System.IntPtr, _
   ByRef data As T _
) As System.IntPtr
public static System.IntPtr WriteAndPosition<T>( 
   System.IntPtr destination,
   ref T data
)
where T: new(), struct

パラメータ

destination
Memory location to write to.
data
The data to write.

型パラメータ

T
Type of a data to write.

戻り値の型

destination pointer + sizeof(T).
参照

DXUtil クラス
DXUtil メンバ