Click or drag to resize

CameraInfo Constructor (String, String, String, String)

Instantiates a new instance of CameraInfo.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public CameraInfo(
	string make,
	string model,
	string modelExtended,
	string software
)

Parameters

make
Type: SystemString
camera make
model
Type: SystemString
camera model
modelExtended
Type: SystemString
extended information for the camera model
software
Type: SystemString
See Also