Freigeben über


Graphics.FromHow-Methode

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

Syntax

'Declaration
Public Shared Function FromHow ( _
    how As IntPtr, _
    fFree As Boolean _
) As Graphics
'Usage
Dim how As IntPtr
Dim fFree As Boolean
Dim value As Graphics

value = Graphics.FromHow(how, fFree)
public static Graphics FromHow (
    IntPtr how,
    bool fFree
)
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

Parameter

  • how
  • fFree

Plattformen

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Compact Framework

Unterstützt in: 1.0

Siehe auch

Referenz

Graphics-Klasse
Graphics-Member
System.Drawing-Namespace