| C1.Win.C1DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Bitmap Class : New<T> Method |
'Declaration 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