'宣言 Public Shared Function New(Of T As {New, Struct})( _ ByVal renderTarget As RenderTarget, _ ByVal size As Size2L, _ ByVal pixelDatas() As T, _ ByVal bitmapProperties As BitmapProperties _ ) As Bitmap
public static Bitmap New<T>( RenderTarget renderTarget, Size2L size, T[] pixelDatas, BitmapProperties bitmapProperties ) where T: new(), struct
パラメータ
- renderTarget
- RenderTarget のインスタンス。
- size
- 作成するビットマップのサイズ (ピクセル単位)。
- pixelDatas
- ピクセルデータの配列へのポインター。配列のサイズは、sizeof(pixel) * Size.Width * Height に等しくなければなりません。
- bitmapProperties
- 作成するビットマップのピクセル形式と1インチあたりのドット数 (DPI)。
型パラメータ
- T