'Declaration Public Overloads Shared Function Create( _ ByVal factory As ImagingFactory, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal pixelFormat As Guid, _ ByVal option As BitmapCreateCacheOption _ ) As Bitmap
public static Bitmap Create( ImagingFactory factory, int width, int height, Guid pixelFormat, BitmapCreateCacheOption option )
Parameters
- factory
- The factory.
- width
- The width.
- height
- The height.
- pixelFormat
- The pixel format. PixelFormat for a list of valid formats.
- option
- The option.