Image Constructor (Size2D)

CVB.Net Documentation
Creates an uninitialized image with the given size.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public Image(
	Size2D size
)

Parameters

size
Type: Stemmer.CvbSize2D
Size of the image in pixels.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf size width or height are negative.
InsufficientMemoryExceptionIf not enough memory is available to create the image.
See Also

Reference