Extension of VideoBox class adding ability to select a cropping rectangle on top of the image.
| Name | Description |
| BeginInvoke(System.Delegate) | Inherited from System.Windows.Forms.Control |
| BeginInvoke(System.Delegate, object[]) | Inherited from System.Windows.Forms.Control |
| BringToFront() | Inherited from System.Windows.Forms.Control |
| Contains(System.Windows.Forms.Control) | Inherited from System.Windows.Forms.Control |
| CreateControl() | Inherited from System.Windows.Forms.Control |
| CreateGraphics() | Inherited from System.Windows.Forms.Control |
| CreateObjRef(System.Type) | Inherited from System.MarshalByRefObject |
| Dispose() | Inherited from System.ComponentModel.Component |
| DoDragDrop(object, System.Windows.Forms.DragDropEffects) | Inherited from System.Windows.Forms.Control |
| DrawToBitmap(System.Drawing.Bitmap, System.Drawing.Rectangle) | Inherited from System.Windows.Forms.Control |
| EndInvoke(System.IAsyncResult) | Inherited from System.Windows.Forms.Control |
| Equals(object) | Inherited from System.Object |
| FindForm() | Inherited from System.Windows.Forms.Control |
| Focus() | Inherited from System.Windows.Forms.Control |
| GetChildAtPoint(System.Drawing.Point) | Inherited from System.Windows.Forms.Control |
| GetChildAtPoint(System.Drawing.Point, System.Windows.Forms.GetChildAtPointSkip) | Inherited from System.Windows.Forms.Control |
| GetContainerControl() | Inherited from System.Windows.Forms.Control |
| GetHashCode() | Inherited from System.Object |
| GetLifetimeService() | Inherited from System.MarshalByRefObject |
| GetNextControl(System.Windows.Forms.Control, bool) | Inherited from System.Windows.Forms.Control |
| GetPreferredSize(System.Drawing.Size) | Inherited from System.Windows.Forms.Control |
| GetType() | Inherited from System.Object |
| Hide() | Inherited from System.Windows.Forms.Control |
| InitializeLifetimeService() | Inherited from System.MarshalByRefObject |
| Invalidate() | Inherited from System.Windows.Forms.Control |
| Invalidate(bool) | Inherited from System.Windows.Forms.Control |
| Invalidate(System.Drawing.Rectangle) | Inherited from System.Windows.Forms.Control |
| Invalidate(System.Drawing.Region) | Inherited from System.Windows.Forms.Control |
| Invalidate(System.Drawing.Rectangle, bool) | Inherited from System.Windows.Forms.Control |
| Invalidate(System.Drawing.Region, bool) | Inherited from System.Windows.Forms.Control |
| Invoke(System.Delegate) | Inherited from System.Windows.Forms.Control |
| Invoke(System.Delegate, object[]) | Inherited from System.Windows.Forms.Control |
| LogicalToDeviceUnits(int) | Inherited from System.Windows.Forms.Control |
| LogicalToDeviceUnits(System.Drawing.Size) | Inherited from System.Windows.Forms.Control |
| PerformLayout() | Inherited from System.Windows.Forms.Control |
| PerformLayout(System.Windows.Forms.Control, string) | Inherited from System.Windows.Forms.Control |
| PointToClient(System.Drawing.Point) | Inherited from System.Windows.Forms.Control |
| PointToControlSpace(System.Drawing.Point) |
Computes the location of the specified image pixel into control coordinates.
|
| PointToImageSpaceF(System.Drawing.Point) |
Computes the sub-pixel location of the specified control point into currently displayed image coordinates (in its current size state).
|
| PointToImageSpace(System.Drawing.Point) |
Computes the location of the specified control point into currently displayed image coordinates (in its current size state).
|
| PointToScreen(System.Drawing.Point) | Inherited from System.Windows.Forms.Control |
| PreProcessControlMessage(System.Windows.Forms.Message) | Inherited from System.Windows.Forms.Control |
| PreProcessMessage(System.Windows.Forms.Message) | Inherited from System.Windows.Forms.Control |
| RectangleToClient(System.Drawing.Rectangle) | Inherited from System.Windows.Forms.Control |
| RectangleToScreen(System.Drawing.Rectangle) | Inherited from System.Windows.Forms.Control |
| Refresh() | Inherited from System.Windows.Forms.Control |
| ResetText() | Inherited from System.Windows.Forms.Control |
| ResumeLayout() | Inherited from System.Windows.Forms.Control |
| ResumeLayout(bool) | Inherited from System.Windows.Forms.Control |
| ScaleBitmapLogicalToDevice(System.Drawing.Bitmap) | Inherited from System.Windows.Forms.Control |
| Scale(System.Drawing.SizeF) | Inherited from System.Windows.Forms.Control |
| SelectNextControl(System.Windows.Forms.Control, bool, bool, bool, bool) | Inherited from System.Windows.Forms.Control |
| Select() | Inherited from System.Windows.Forms.Control |
| SendToBack() | Inherited from System.Windows.Forms.Control |
| SetBounds(int, int, int, int) | Inherited from System.Windows.Forms.Control |
| SetBounds(int, int, int, int, System.Windows.Forms.BoundsSpecified) | Inherited from System.Windows.Forms.Control |
| SetImage(AvlNet.Image) |
Sets the image data to be displayed in the VideoBox control.
|
| SetImage(int, int, int, VideoBoxBase.ImagePixelType, int, byte[]) |
Sets a general image data to be displayed in this control.
|
| SetImage(int, int, int, VideoBoxBase.ImagePixelType, int, System.IntPtr) |
Sets a general image data to be displayed in this control.
|
| SetImage(int, int, int, VideoBoxBase.ImagePixelType, int, System.Void*) |
Sets a general image data to be displayed in this control.
|
| Show() | Inherited from System.Windows.Forms.Control |
| SuspendLayout() | Inherited from System.Windows.Forms.Control |
| ToString() | Inherited from System.Object |
| Update() | Inherited from System.Windows.Forms.Control |