Accusoft.ImagXpress13.Net
ImageX Constructor(ImagXpress,Int32,Int32,Int32,Color)




An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
An integer which represents the width.
An integer which represents the height.
An integer which represents the bits per pixel.
Color of the background.
Initializes a new instance of the ImageX class.
Syntax
'Declaration
 
Public Function New( _
   ByVal imagXpress As ImagXpress, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal bitsPerPixel As Integer, _
   ByVal backColor As Color _
)
'Usage
 
Dim imagXpress As ImagXpress
Dim width As Integer
Dim height As Integer
Dim bitsPerPixel As Integer
Dim backColor As Color
 
Dim instance As New ImageX(imagXpress, width, height, bitsPerPixel, backColor)
public ImageX( 
   ImagXpress imagXpress,
   int width,
   int height,
   int bitsPerPixel,
   Color backColor
)
public: ImageX( 
   ImagXpress* imagXpress,
   int width,
   int height,
   int bitsPerPixel,
   Color backColor
)
public:
ImageX( 
   ImagXpress^ imagXpress,
   int width,
   int height,
   int bitsPerPixel,
   Color backColor
)

Parameters

imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
width
An integer which represents the width.
height
An integer which represents the height.
bitsPerPixel
An integer which represents the bits per pixel.
backColor
Color of the background.
Remarks

The ImageX object implements the IDisposable interface and the application is required to call the Dispose method when the application is done with ImageX object, otherwise memory may leak.

See Also

Reference

ImageX Class
ImageX Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback