| C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > Bitmap Class > Create Method : Create(ImagingFactory,Int32,Int32,Guid,DataRectangle,Int32) Method |
'Declaration Public Overloads Shared Function Create( _ ByVal factory As ImagingFactory, _ ByVal width As System.Integer, _ ByVal height As System.Integer, _ ByVal pixelFormat As System.Guid, _ ByVal dataRectangle As DataRectangle, _ Optional ByVal totalSizeInBytes As System.Integer _ ) As Bitmap
public static Bitmap Create( ImagingFactory factory, System.int width, System.int height, System.Guid pixelFormat, DataRectangle dataRectangle, System.int totalSizeInBytes )