IMAQ.CameraController.SingleSnapshot C# (CSharp) Метод

SingleSnapshot() публичный Метод

public SingleSnapshot ( string attributesPath ) : ].byte[
attributesPath string
Результат ].byte[
        public byte[,] SingleSnapshot(string attributesPath)
        {
            return SingleSnapshot(attributesPath, false);
        }

Same methods

CameraController::SingleSnapshot ( string attributesPath, bool addToImageList ) : ].byte[

Usage Example

Пример #1
0
 private void SnapshotButton_Click(object sender, EventArgs e)
 {
     IM.SingleSnapshot((string)Environs.FileSystem.Paths["UntriggeredCameraAttributesPath"]);
 }