VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Media Namespace / ImageCaptureSource Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ImageCaptureSource Class Members
    In This Topic
    The following tables list the members exposed by ImageCaptureSource.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageCaptureSource class.
    Public Properties
     NameDescription
    Public PropertyGets or sets an image capture device associated with this image capture source.
    Public PropertyGets the state of this image capture source.
    Public Methods
     NameDescription
    Public MethodInitializes an asynchronous image capturing from the CaptureDevice.
    Public MethodStarts (enables) the image capturing from the CaptureDevice.
    Public MethodStops (disables) the image capturing from the CaptureDevice.
    Public Events
     NameDescription
    Public EventOccurs when an asynchronous image capture request has returned a captured image.
    Public EventOccurs when a requested capture operation does not generate a captured sample.
    Public EventOccurs when the capture state is changed.
    See Also