Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap Class / CreateImage Method / CreateImage(Int32,Int32) Method
The width of the image, in pixels.
The height of the image, in pixels.

In This Topic
    CreateImage(Int32,Int32) Method
    In This Topic
    Creates an image with the given size and 96 DPI resolution.
    Syntax
    'Declaration
     
    Public Overloads Sub CreateImage( _
       ByVal pixelWidth As System.Integer, _
       ByVal pixelHeight As System.Integer _
    ) 
    public void CreateImage( 
       System.int pixelWidth,
       System.int pixelHeight
    )

    Parameters

    pixelWidth
    The width of the image, in pixels.
    pixelHeight
    The height of the image, in pixels.
    See Also