For a list of all members of this type, see CaptureCtrl members.
"Name | Description | |
---|---|---|
![]() | AllocTarget | Pre-allocates the capture target to the specified size. |
![]() | BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control) |
![]() | BringToFront | Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control) |
![]() | CanSaveObjectSettings | Determines whether the specified settings can be saved. |
![]() | CaptureDIB | Captures a device independent bitmap. |
![]() | CaptureFrame | Captures a single frame during a CaptureMode.ManualFrames mode capture. |
![]() | CaptureImage | Captures a video image to a System.Drawing.Image object. |
![]() | Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control) |
![]() | CopyTarget | Copies the valid media data from the target to the specified file. |
![]() | CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. (Inherited from System.Windows.Forms.Control) |
![]() | CreateGraphics | Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. Releases internal control object and related object references. |
![]() | DoDragDrop | Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control) |
![]() | DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control) |
![]() | EditGraph | Registers the current graph and runs the DirectShow GraphEdit utility. |
![]() | EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control) |
![]() | EnterEdit | Enters editing mode by preventing the capture object from rebuilding the graph while devices are being selected. |
![]() | EstimateOutputBitRate | Gets the estimated capture output bit rate, in bits per second. |
![]() | EstimateOutputSize | Gets the estimated capturing output size for the specified duration, in bytes. |
![]() | FindForm | Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control) |
![]() | Focus | Sets input focus to the control. (Inherited from System.Windows.Forms.Control) |
![]() | GetChildAtPoint | Overloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control) |
![]() | GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control) |
![]() | GetOcx | Internal method to get the underlying ActiveX control object for the user control. (Inherited from Leadtools.Multimedia.ControlHost) |
![]() | GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) |
![]() | GetStillDIB | Gets a device independent bitmap during a CaptureMode.Still capture. |
![]() | GetStillImage | Gets a System.Drawing.Image object during an CaptureMode.Still capture. |
![]() | GetSubObject | Gets the specified graph sub-object. |
![]() | HasDialog | Checks whether the specified property dialog is available. |
![]() | Hide | Conceals the control from the user. (Inherited from System.Windows.Forms.Control) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | Invalidate | Overloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control) |
![]() | Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control) |
![]() | IsModeAvailable | Specifies whether the specified capture mode is available. |
![]() | IsPreviewTapSupported | Determines whether a specific preview tap for the preview source is available. |
![]() | LeaveEdit | Leaves editing mode. |
![]() | LoadSettingsFromFile | Loads settings from a file. |
![]() | LoadSettingsFromStream | Loads settings from a stream. |
![]() | PauseCapture | Pauses the capture control. |
![]() | PerformLayout | Overloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control) |
![]() | PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control) |
![]() | PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control) |
![]() | PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) |
![]() | PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) |
![]() | ReadyCapture | Prepares the capture graph for running. |
![]() | RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control) |
![]() | RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control) |
![]() | Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control) |
![]() | ResetTarget | Resets the media target. |
![]() | ResetText | Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control) |
![]() | ResumeLayout | Overloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control) |
![]() | RunCapture | Runs the capture graph. |
![]() | SaveSettingsToFile | Saves some or all of the capture object settings to a file. |
![]() | SaveSettingsToStream | Saves some or all of the capture object settings to a stream. |
![]() | SaveStillBitmap | Saves a snapshot from the running stream to a file as a bitmap. |
![]() | SaveStillDIB | Saves a snapshot from the running stream to a file as device-independent bitmap(DIB). |
![]() | Select | Overloaded. Activates the control. (Inherited from System.Windows.Forms.Control) |
![]() | SelectNextControl | Activates the next control. (Inherited from System.Windows.Forms.Control) |
![]() | SendToBack | Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control) |
![]() | SetBounds | Overloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control) |
![]() | SetVideoWindowPos | Sets the position and size of the video window. |
![]() | Show | Displays the control to the user. (Inherited from System.Windows.Forms.Control) |
![]() | ShowDialog | Shows a specified property dialog. |
![]() | StartCapture | Starts capturing data. |
![]() | StopCapture | Stops capturing data. |
![]() | SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control) |
![]() | ToggleClosedCaptioning | Switches the state of the close captioning mode on or off. |
![]() | ToggleFullScreenMode | Switches the state of the full screen mode on or off. |
![]() | TogglePreview | Switches the state of the preview mode on or off. |
![]() | Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control) |
Top