Bitmap for UWP
Pin<T>(T,Action<IntPtr>) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス > Pin メソッド : Pin<T>(T,Action<IntPtr>) メソッド
The type of the structure to pin.
The source.
The pin action to perform on the pinned pointer.
Pins the specified source and call an action with the pinned pointer.
シンタックス
'宣言
 
Public Overloads Shared Sub Pin(Of T As {New, Struct})( _
   ByRef source As T, _
   ByVal pinAction As System.Action(Of IntPtr) _
) 
public static void Pin<T>( 
   ref T source,
   System.Action<IntPtr> pinAction
)
where T: new(), struct

パラメータ

source
The source.
pinAction
The pin action to perform on the pinned pointer.

型パラメータ

T
The type of the structure to pin.
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧