Bitmap for UWP
New<T> メソッド (Bitmap)

C1.UWP.DX アセンブリ > C1.Util.DX.WIC 名前空間 > Bitmap クラス : New<T> メソッド
シンタックス
'宣言
 
Public Shared Function New(Of T As {New, Struct})( _
   ByVal factory As ImagingFactory, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormat As System.Guid, _
   ByVal pixelDatas() As T, _
   Optional ByVal stride As System.Integer _
) As Bitmap
public static Bitmap New<T>( 
   ImagingFactory factory,
   System.int width,
   System.int height,
   System.Guid pixelFormat,
   T[] pixelDatas,
   System.int stride
)
where T: new(), struct

パラメータ

factory
width
height
pixelFormat
pixelDatas
stride

型パラメータ

T
参照

Bitmap クラス
Bitmap メンバ