This documentation is archived and is not being maintained.

Graphics.FromHdcInternal Method

Internal method. Do not use.

[Visual Basic]
Public Shared Function FromHdcInternal( _
   ByVal hdc As IntPtr _
) As Graphics
[C#]
public static Graphics FromHdcInternal(
 IntPtr hdc
);
[C++]
public: static Graphics* FromHdcInternal(
 IntPtr hdc
);
[JScript]
public static function FromHdcInternal(
   hdc : IntPtr
) : Graphics;

Parameters

hdc
Handle to a device context.

Return Value

This method returns a new Graphics object for the specified device context.

Remarks

This method is an internal method and should not be used.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Graphics Class | Graphics Members | System.Drawing Namespace

Show: