'宣言 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
- size
- pixelDatas
- bitmapProperties
型パラメータ
- T