BitmapConverterDrawToHdc Method (IplImage, IntPtr, Int32, Int32, Int32, Int32, Int32, Int32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.Extensions
Assembly:  OpenCvSharp.Extensions (in OpenCvSharp.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void DrawToHdc(
	this IplImage img,
	IntPtr hdc,
	int x,
	int y,
	int w,
	int h,
	int fromX,
	int fromY
)

Parameters

img
Type: OpenCvSharpIplImage

[Missing <param name="img"/> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

hdc
Type: SystemIntPtr

[Missing <param name="hdc"/> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

w
Type: SystemInt32

[Missing <param name="w"/> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

h
Type: SystemInt32

[Missing <param name="h"/> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

fromX
Type: SystemInt32

[Missing <param name="fromX"/> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

fromY
Type: SystemInt32

[Missing <param name="fromY"/> documentation for "M:OpenCvSharp.Extensions.BitmapConverter.DrawToHdc(OpenCvSharp.IplImage,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IplImage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference