NSGraphicsContext.FromGraphicsPort Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FromGraphicsPort(IntPtr, Boolean) | |
FromGraphicsPort(CGContext, Boolean) |
FromGraphicsPort(IntPtr, Boolean)
[Foundation.Export("graphicsContextWithGraphicsPort:flipped:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "Use 'FromCGContext' instead.")]
public static AppKit.NSGraphicsContext FromGraphicsPort (IntPtr graphicsPort, bool initialFlippedState);
static member FromGraphicsPort : nativeint * bool -> AppKit.NSGraphicsContext
Parameter
- graphicsPort
-
IntPtr
nativeint
- initialFlippedState
- Boolean
Gibt zurück
- Attribute