AnnotationImage Constructor (Int32, Int32, Int32, Byte) |
Creates a new instance of AnnotationImage specifying the width, height, bit count and
image data.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationImage(
int width,
int height,
int bitCount,
byte[] imageData
)
Public Sub New (
width As Integer,
height As Integer,
bitCount As Integer,
imageData As Byte()
)
Parameters
- width
- Type: SystemInt32
The width of the image. - height
- Type: SystemInt32
The height of the image. - bitCount
- Type: SystemInt32
The bit count of the image. - imageData
- Type: SystemByte
A byte array containing the image data.
See Also