ConvertTo32BppFloat Method

CVB.Net Documentation
Convert the input image to an image with 32 bits per pixel float data.

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

public static Image To32BppFloat(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Image to be converted

Return Value

Type: Image
Converted image
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
See Also

Reference