C# Class FaceDetection.Model.Camera

Represents a camera.
Show file Open project: PkInfRemi/FaceDetectionApp

Public Methods

Method Description
Camera ( int index, string name )

Initializes a new instance of the Camera class.

ToString ( ) : string

Method Details

Camera() public method

Initializes a new instance of the Camera class.
public Camera ( int index, string name )
index int The index.
name string The name.

ToString() public method

public ToString ( ) : string
return string