You are here: Start » AVL.NET » GDIImage.Draw Method

GDIImage.Draw Method

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void Draw
(
	System.IntPtr hdc,
	int x,
	int y,
	int width,
	int height,
	int srcX,
	int srcY,
	int srcWidth,
	int srcHeight
)

Parameters

Name Type Range Default Description
hdcSystem.IntPtr
xint
yint
widthint
heightint
srcXint
srcYint
srcWidthint
srcHeightint

Function Overrides

See also