Graphics.FromHow Method

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Creates a graphics object.

Namespace: System.Drawing
Assembly: System.Drawing (in system.drawing.dll)

public:
static Graphics^ FromHow (
	IntPtr how, 
	bool fFree
)
public static Graphics FromHow (
	IntPtr how, 
	boolean fFree
)
public static function FromHow (
	how : IntPtr, 
	fFree : boolean
) : Graphics
Not applicable.

Parameters

how
fFree

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Compact Framework

Supported in: 1.0

Community Additions

ADD
Show: