ComponentOne Bitmap for WPF
New<T> Method (Bitmap)

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

Parameters

renderTarget
size
pixelDatas
bitmapProperties

Type Parameters

T
See Also

Reference

Bitmap Class
Bitmap Members