BufferImageImageLayoutFromImage Method

CVB.Net Documentation
Determines the layout information from the given image.

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

public static BufferImageImageLayout FromImage(
	Image image
)

Parameters

image
Type: Stemmer.CvbImage
Image to get layout from.

Return Value

Type: BufferImageImageLayout
Image layout information.
See Also

Reference