Bitmap for WPF
ReadOut<T> メソッド

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

パラメータ

source
Memory location to read from.
data
The data write to.

型パラメータ

T
Type of a data to read.

戻り値の型

source pointer + sizeof(T).
参照

DXUtil クラス
DXUtil メンバ