SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Image Class / Image Constructor / Image Constructor(Int32,Int32)
Width of the newly create image.
Height of the newly create image.




In This Topic
    Image Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of black and white Image using specified width and height.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    'Usage
     
    
    Dim width As Integer
    Dim height As Integer
     
    Dim instance As New Image(width, height)
    public Image( 
       int width,
       int height
    )
    public: Image( 
       int width,
       int height
    )
    public:
    Image( 
       int width,
       int height
    )

    Parameters

    width
    Width of the newly create image.
    height
    Height of the newly create image.
    See Also