This documentation is archived and is not being maintained.
Graphics.FromHow Method
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Shared Function FromHow( _ ByVal how As IntPtr, _ ByVal fFree As Boolean _ ) As Graphics [C#] public static Graphics FromHow( IntPtr how, bool fFree ); [C++] public: static Graphics* FromHow( IntPtr how, bool fFree ); [JScript] public static function FromHow( how : IntPtr, fFree : Boolean ) : Graphics;
See Also
Graphics Class | Graphics Members | System.Drawing Namespace
Show: