[Missing <summary> documentation for "P:_3DScanner.Interoperability.Perspective.RawImageSource"]

Namespace: _3DScanner.Interoperability
Assembly: 3DScanner.Interoperability (in 3DScanner.Interoperability.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ImageSource RawImageSource { get; }
Visual Basic
Public ReadOnly Property RawImageSource As ImageSource
	Get
Visual C++
public:
property ImageSource^ RawImageSource {
	ImageSource^ get ();
}

See Also